#slides{
	position:relative;
	padding: 6px 2px 5px 10px;
	overflow:hidden;
	border-top:1px solid #fff;
	background:url(../images/slider-tail.gif) center top repeat-x #ddd;
	margin-bottom:35px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0px 4px 5px #7b7b7b;
	-moz-box-shadow:0px 4px 5px #7b7b7b;
	-webkit-box-shadow:0px 4px 5px #7b7b7b;
}
.slides_container{
	width:938px;
	height:350px;
	overflow:hidden;
	margin-bottom:2px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 2px 0px #fff;
	-moz-box-shadow:0px 2px 0px #fff;
	-webkit-box-shadow:0px 2px 0px #fff;
}
.slide{width:938px; height:auto;}

/* Control Nav */
.prev{
	display:block;
	width:25px;
	height:48px;
	overflow:hidden;
	background:url(../images/prev.png) center top no-repeat;
	text-indent:-999em;
	position:absolute;
	top:124px;
	left:6px;
	z-index:999;
}
.next{
	display:block;
	width:24px;
	height:48px;
	overflow:hidden;
	background:url(../images/next.png) center top no-repeat;
	text-indent:-999em;
	position:absolute;
	top:124px;
	right:6px;
	z-index:999;
}
	.prev:hover, .next:hover{background-position:center -76px;}
/* Caption */
.caption{
	z-index:999;
	position:absolute;
	bottom:0px;
	left:0px;
	width:938px;
	height: 90px;
	font:700 'Droid Sans', sans-serif;
	font-size: 2.5em;
	color:#fefefe;
	text-shadow:1px 1px 0px #000;
}
	/*.caption span{
		display:block;
		width:49px;
		height:25px;
		background:url(../images/caption-arrow.png) center top no-repeat;
		margin: -24px auto -1px;
		position:relative;
		z-index:10;
		cursor:pointer;
	}*/
	.caption-bg{
		border-top:1px solid #1d1d1d;
		background:url(../images/slider-tail.jpg) center top repeat-x ;
		opacity: 0.9;
		height:29px;
		overflow:hidden;
		padding:26px 29px 25px 38px;
	}
		.caption .text{text-align: center;}
		.caption .button{
			float:right;
			margin-top:-3px;
			box-shadow:0px 3px 6px #070707;
			-moz-box-shadow:0px 3px 6px #070707;
			-webkit-box-shadow:0px 3px 6px #070707;
		}

/*@media only screen and (max-width: 995px){
	.slides_container{width:746px; height: 282px;;}
	.slide{width:746px;}
	.prev, .next{top:115px;}
	.caption{width:746px; font-size:20px; line-height:22px;}
}*/
/*@media only screen and (max-width: 767px){
	.slides_container{width:408px; height:178px;}
	.slide{width:408px;}
	.prev, .next{top:72px;}
	.caption{display:none !important;}
}
@media only screen and (max-width: 479px){
	.slides_container{width:288px; height:126px;}
	.prev, .next{top:47px;}
	.slide{width:288px;}
}*/