#slideshow { 
	position:relative; 
	width:693px; 
	height:256px; 
	overflow:hidden;
	margin:-2px 0 20px 0; 
	/*border:1px solid #DEDEDE;*/}
	
#slideshow #slideshow_violator {
	z-index:1000;
	width:669px;
	height:46px;
	float:right;
	position:relative;
	top:-60px;
	/*background:url(../js/images/slideshow_violator.png) left top no-repeat;*/
	background:#D93636;
	left: -12px;
}
#slideshow #slideshow_submenu {
	z-index:80;
	width:657px;
	float:right;
	position: absolute;
	bottom:20px;
	/*top:-130px;*/
	background:#D93636;
	filter: alpha(opacity=80); opacity: .8;
	padding: 20px 0 20px 12px;
	left:12px;
}
#slideshow #slideshow_submenu a {
	color:#FFF;
	width:100%;
	font-size:13px;
	/*display: inline-block;*/
}
#submenu-cat li {
	width:164px;
	display: inline-block;;
	float:left;
}
#slideshow #slideshow_submenu a:hover {
	color:#ccb381;
	text-decoration:none;
	filter: alpha(opacity=100); 
	}
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:5px 10px; 
	color:#333;
	float:left; 
	font-weight: normal;
	width:auto;
	background:transparent; }
	#slideshow #slideshow_violator #project_caption div{
	font-size:15px;
	padding:0 0 0px 0 ;
	font-weight:normal;
	}

		#slideshow #slideshow_violator #project_caption  a.title{
color:#fff;
font-size:16px;
text-decoration:none;
display:block;

	}		#slideshow #slideshow_violator #project_caption a.title:hover{
	text-decoration: none;
	color: #CCB381;
	
	}
	
#slideshow #slideshow_violator #slide_navigation{
	position:absolute;
	right:10px;
	top:18px; }
	
#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("../js/images/slide_navigation_noactive.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a:hover { 
	background:transparent url("../js/images/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a.activeSlide { 
	background:transparent url("../js/images/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow li .slide_caption {

	display:none; }

#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width:693px; 
	height:256px;
	margin:0; 
	padding:0; }