@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

#slideshowSmall { 
	position:relative;
	padding: 0;
	width:210px; 
	height:280px; 
	overflow:hidden; }
/*	
#slideshow #slideshow_violator {
	z-index:1000;
	width:100px;
	height:31px;
	float:right;
	position:relative;
	top:-45px;
	left:-12px;
	background:transparent url("../../images/trans.png") repeat;
}
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:6px 10px; 
	color:#5f2f01; 
	float:left; 
	font-weight: bold;
	width:auto;
	background:transparent; }
	
#slideshow #slideshow_violator #project_caption a {
	margin-left:8px; 
	font-weight: normal; 
	color:#5f2f01 !important;
	background:transparent; }
	
#slideshow #slideshow_violator #project_caption a:hover {
	text-decoration:none; 
	color:#5f2f01;
	background:transparent; }
	
#slideshow #slideshow_violator #slide_navigation{
	position:absolute;
	right:10px;
	top:5px; }
	
#slideshow #slideshow_violator #slide_navigation a { 
	text-indent:-9999px; 
	display:block; 
	width:17px; 
	height:24px; 
	float:left; 
	margin-left:5px; 
	cursor:pointer; 
	overflow:hidden;
	background:transparent url("../../images/slide_navigation_noactive.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a:hover { 
	background:transparent url("../../images/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a.activeSlide { 
	background:transparent url("../../images/slide_navigation_hover.png") no-repeat 0 0; }

#slideshow li span.slide_caption {
	display:none; }
*/
#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width: 210px; 
	height:280px;
	margin:0; 
	padding:0; }

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}