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


@media screen, projection {

#slideshow { 
	position:relative; 
	width:920px;
	margin:auto;
	height:310px; 
	overflow:hidden;
	border:solid 20px #FFF;
	-moz-box-shadow: 0 0 5px #bcbcbc;
 	-webkit-box-shadow: 0px 1px 5px #bcbcbc;
}
	
	/* Inforad
	*/
	
#slideshow #slideshow_violator {
	z-index:1000;
	width:920px; 
	height:34px; 
	float:right;
	position:relative;
	top:-54px;
	left:0px;
	background:transparent url("../../images/trans.png") repeat; 
	}
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:8px 10px; 
	color:#fff; 
	float:left; 
	font-weight: normal;
	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:12px; }
	
#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: 920px; 
	height:310px;
	margin:0; 
	padding:0;
	overflow:hidden;
	}

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

}
