
#slideshow {
	width: 950px !important;
	height: 378px;
	margin:0 auto; 		
	position:relative;
	margin-top:0px;
	border-bottom: 3px solid #7c0435;

}
#feature {
	width: 100%;
	height: 100%;
	margin:0px auto;

}	



#slides {
	padding: 0;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: absolute;
}
#controls {
	z-index: 50;
	position: absolute;
	padding: 0px;
	margin: 0;
	right: 0;
	bottom: 20px;
	width: 930px;
	
}
#controls img {
	background:none;

	
}
#controls img:hover {
	background:none;
}
	
span #prev {
	margin-left: 0;
	position: relative;

}
#feature .inner .bt2 {
	float: right;
	padding: 0px;
	margin-right: 22px;
}

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

#slideshow .slide{
	width:100%;
	height:100%;
	
}
#slideshow .sliderheading {
	color:#fff;
	display: block;
	font-size: 18px;
	position:absolute;
	background:rgba(81, 87, 74, 0.48);
	filter: alpha(opacity = 48);
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	bottom:85px;
	left:-640px;
	padding: 15px 20px 15px 20px;
	margin:0px 70px 2px 0px;
	font-weight: 400;
	line-height: 28px;
	
}

#slideshow .slidercontent {
	position:absolute;
	left:50px;
	bottom:-640px;
	line-height:20px;
	font-size:13px;
	font-weight:normal;
	color:#000;
	width:50%;
	padding:20px 25px 20px 25px;
	background:rgba(213, 188, 160, 0.81);
	filter: alpha(opacity =81);
}


.slide-image{
	float:left;	
}