#slideshow { 
	position:relative; 
	width:693px; 
	height:256px; 
	overflow:hidden;
	margin:-2px 0 20px 0; 
	/*border:1px solid #DEDEDE;*/
	z-index:10}
	
#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:#66c6e4;
	left: -12px;
}
#slideshow #slideshow_submenu {
	z-index:100;
	width:657px;
	float:right;
	position: absolute;
	bottom:20px;
	/*top:-130px;*/
	background:#383838;
	filter: alpha(opacity=80); opacity: .8;
	padding: 20px 0 20px 12px;
	left:12px;
}
#slideshow #slideshow_submenu a {
	color:#FFF;
	width:100%;
	font-size:13px;
}
#submenu-cat li {
	width:164px;
	display: inline-block;
	float:left;
}

#submenu-cat-ficha li {
	width:320px;
	display: inline-block;
	float:left;
	padding-top:5px;
	font-size:12px;
}
#submenu-cat-ficha a:hover { color:#e3388a; text-decoration:none;}

ul#submenu-cat-ficha  { display:block; padding:0 20px; margin-bottom:30px;}

#slideshow #slideshow_submenu a:hover {
	color:#e65898;
	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: #3d3638;
	
	}
	
#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; }