
#slideshow {
	width: 962px !important;
	height: 350px;
	margin: 0px auto;
	position: relative;
	
	

}
#feature {
	width:100%;
	overflow: hidden;	
}



#slides {
	padding: 0;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: absolute;
}
#controls {
	width:962px;
	z-index: 50;
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom:150px;
}
#controls img {
	background:none;
}
#controls img:hover{
	background:none;
}	
span #prev {
	position: relative;
	left: 10px;
}
#feature .inner .bt2 {
	float: right;
	padding: 0px;
	margin-right: 10px;
}

.bt2{
	float:right;
	margin:0px;
	padding:0px;
	margin-right:0px;
}

#slideshow .slide{
	width:100%;
	height:100%;
	
}
#slideshow .sliderheading {
	color:#fff;
	display: block;
	font-size: 24px;
	position:absolute;
	background:rgba(67, 199, 244, 0.80);
	filter: alpha(opacity = 80);
	bottom:130px;
	min-width:35%;
	left:-640px;
	padding: 10px 10px 10px 15px;
	margin:0px 70px 2px 0px;
	font-family:"Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 28px;
	
}

#slideshow .slidercontent {
	position:absolute;
	left:-600px;
	bottom:20px;
	line-height:20px;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	width:35%;
	padding:25px  0px 25px 15px;
	background:rgba(31, 31, 31, 0.80);
	filter: alpha(opacity =80);
}


.slide-image{
	float:left;	
}