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

@media screen, projection {

#slideshow {
	position:relative;
	width:800px;
	height:450px;
	overflow:hidden;
}
	
#slideshow #slideshow_violator {
	z-index:1000; 
	width:800px; 
	height:31px; 
	float:right;
	position:relative; 
	top:-35px; 
	left: 0px;
	background:transparent url("images/trans.png") repeat; }
	
#slideshow #slideshow_violator #project_caption {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	padding:9px 10px;
	font-size: 12px;
	color:#fff;
	float:left;
	font-weight: normal;
	text-shadow: #383838 0px 0.5px 0px;
	width:auto;
	background:transparent;
}
	
#slideshow #slideshow_violator #project_caption a {
	margin-left:8px; 
	font-weight: normal; 
	font-size:1em;
	color:#ffffff !important;
	text-shadow: #383838 0px 0.5px 0px;
	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:10px; }
	
#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: 800px;
	height:450px;
	margin:0;
	padding:0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */


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

}

