#slideshow {
	float: left;
	position: relative;
	overflow:hidden;
	width: 802px;
	height: 386px;
}
	
#slideshow #slideshow-violator {
	z-index:1000;
	width:801px;
	height:25px;
	position:absolute;
	/*background:url(/scripts/images/slideshow_violator.png) left top;*/
	bottom: 0px;
}
	
#slideshow #slideshow-violator #project-caption {
	display:none; 
	padding:10px 10px; 
	color:#FFFFFF;
	float:left; 
	font-weight: normal;
	width:auto;
	background:transparent; 
}

#slideshow #slideshow-violator #project-caption p {
	border: 0px;
	margin: 0px;
}

#slideshow #slideshow-violator #project-caption div {
	font-size:15px;
	color:#6AB5FF;
	padding:0 0 0px 0 ;
	font-weight:normal;
}

#slideshow #slideshow-violator #project-caption  a.title {
	color:#6AB5FF;
	text-decoration:none;
	display:block;
}

#slideshow #slideshow-violator #project-caption a.title:hover {
	text-decoration:underline;
}
	
#slideshow #slideshow-violator #slide-navigation {
	position:absolute;
	right:10px;
	top:7px;
}
	
#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("/scripts/images/slide_navigation_noactive.png") no-repeat 0 0;
}
	
#slideshow #slideshow-violator #slide-navigation a:hover { 
	background:transparent url("/scripts/images/slide_navigation_hover.png") no-repeat 0 0;
}
	
#slideshow #slideshow-violator #slide-navigation a.activeSlide { 
	background:transparent url("/scripts/images/slide_navigation_hover.png") no-repeat 0 0;
}
	
#slideshow li .slide_caption {
	display:none;
}

#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width:802px; 
	height:386px;
	margin:0; 
	padding:0;
	list-style-type: none;
}

#project-caption {
	font-family: Arial;
	font-size: 10px;
	z-index: 10000;
}

#project-caption strong {
	font-size: 14px;
}

#project-caption a {
	color: #FF9000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
