/*---------------------------Slideshow Classes---------------------------------------*/
#slideshow { 
    background:url(/uploads/images/slideshow/1.jpg) no-repeat;
	position:relative; 
	height:287px; 
	overflow:hidden;
	margin:0px 0 35px 0; 
	border: #fff 10px solid;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 15px 10px -10px rgba(0,0,0,0.5), 0px 1px 4px rgba(0,0,0,0.3);
	z-index:1;}

#slideshow img{
	width: 922px;
	height: 287px;
	border:0;
	}
#slideshow img:hover{
	border:0;
	opacity:1;
	}
#slideshow #slideshow_violator {
     
	z-index:200; 
	width:138px;
	height:38px;
	float:left;
	position:relative;
	top:-36px;
	left:3px;
	padding:0;
	text-align:center;
	padding:12px 0 0 5px;

}
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:5px 10px; 
color:#FFFFFF;
	float:left; 
	font-weight: normal;
	width:auto;
	background:transparent; }
#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 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; 

	margin:0; 
	padding:0; }
#slides li{
position: absolute; top: 0px; left: 0px; display: none; 
	}
	
#prev_slide{
    background:#d9d9d9 url(/uploads/images/icons/next_arrow.png) no-repeat center center;
    position: absolute; 
	margin: -215px -28px 0px 0px;
	width:22px;
	height:44px;
	display:block;
	cursor:pointer;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}	
#next_slide{
    background:#d9d9d9 url(/uploads/images/icons/prev_arrow.png) no-repeat center center;
    position: absolute; 
	margin: -215px 930px 0px 0px;
	width:22px;
	height:44px;
	display:block;
	cursor:pointer;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
#prev_slide:hover, #next_slide:hover {background-color:#a9a9a9}