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

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

@media screen, projection {

#slideshow { 
	position:relative;
	padding:0;
	margin:0;
	width:932px; 
	height:350px; 
	overflow:hidden;
	background:url(../../images/lightbox-ico-loading.gif) no-repeat 50% 50%; }

#slideshow img {

}
	
#slideshow #slideshow_violator {
	z-index:120; 
	width:200px; 
	height:50px; 
	float:right;
	position:absolute; 
	top:0; 
	left:0;
	border-bottom:1px solid #C65926; }
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:16px 0 0 15px; 
	color:#003B3A;
	font-size:22px;
	font-family:'Georgia', Garamond, Times New Roman, serif;
	float:left; 
	font-weight: normal;
	font-style:italic;
	width:auto;
	background:transparent; }
	
#slideshow #slideshow_violator #project_caption a {
	margin-left:8px; 
	font-weight: normal; 
	color:#003B3A !important;
	background:transparent; }
	
#slideshow #slideshow_violator #project_caption a:hover {
	text-decoration:none; 
	color:#fff;
	background:transparent;
	border:0; }

#slideshow #slideshow_violator_nav {
	z-index:1000; 
	width:200px; 
	height:30px;
	position:relative; 
	top:-30px; 
	left:300px;
	/*(background:transparent url("../../images/trans.png") repeat;*/ }

#slideshow #slideshow_violator_nav #slide_navigation {
	position:absolute;
	right:10px;
	bottom:10px; }
	
#slideshow #slideshow_violator_nav #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_nav #slide_navigation a:hover { 
	background:transparent url("../../images/slide_navigation_hover.png") no-repeat 0 0; border:0; }
	
#slideshow #slideshow_violator_nav #slide_navigation a.activeSlide { 
	background:transparent url("../../images/slide_navigation_hover.png") no-repeat 0 0; }

#slideshow li {
	margin:0;
}

#slideshow li .slide_caption {
	z-index:9999;
	position:absolute;
	top:0;
	color:#003B3A;
	font-size:22px;
	font-family:'Georgia', Garamond, Times New Roman, serif;
	font-style:italic;
	background:transparent url("../../images/trans-w.png") repeat;
	border-bottom:1px solid #C65926;
	width:932px; 
	height:45px;
	padding: 5px 0 0 10px; }

#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width: 932px; 
	height:350px !important;
	margin:0; 
	padding:0; }

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

}
