@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

#slideshow { 
	position:relative; 
	width:970px; 
	height:350px; 
	overflow:hidden; }
	
/*#slideshow #slideshow_violator {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../images/trans.png) repeat scroll 0 0;
float:right;
font-family:arial,helvetica,times New Roman,sans-serif;
font-size:1.4em;
height:41px;
left:-12px;
position:relative;
top:-46px;
width:947px;
z-index:20;
}*/
	
#slideshow #slideshow_violator {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: grey url(../../images/transi.png) repeat scroll 0 0;
float:right;
font-family:arial,helvetica,times New Roman,sans-serif;
font-size:1.4em;
height:41px;
left:0;
position:relative;
top:-44px;
width:970px;
z-index:20;
background-color: #808080;
}	
	
	
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:12px 10px; 
	color:#fff; 
	float:left; 
	font-weight: bold;
	width:auto;
	background:transparent; }
	
#slideshow #slideshow_violator #project_caption a {
	margin-left:8px; 
	font-weight: normal; 
	color:#ffffff !important;
	background:transparent; }
	
#slideshow #slideshow_violator #project_caption a:hover {
	text-decoration:none; 
	color:#fff;
	background:transparent; }
	
#slideshow #slideshow_violator #slide_navigation{
	position:absolute;
	right:10px;
	top:15px; }
	
#slideshow #slideshow_violator #slide_navigation a { 
	text-indent:-9999px; 
	display:block; 
	width:12px; 
	height:12px; 
	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: 970px; 
	height:350px;
	margin:0; 
	padding:0; }

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}