#slides{
	width: 100%;
	position:relative;
	padding-bottom:34px;
}
.slides_container{
	width:940px;
	height:357px;
	overflow:hidden;
}
.slide{width:940px; height:auto;}

/* Control Nav */
.pagination{
	position:absolute;
	bottom:-24px;
	left:391px;
	width:154px;
	height:33px;
	overflow:hidden;
	padding-top:9px;
	z-index:997;
	background:url(../images/pagination-bg.png) center top no-repeat;
	font-size:0;
	line-height:0;
	text-align:center;
}
	.pagination li{
		display:inline-block;
		margin-left:6px;
		text-indent:-5000px;
	}
		.pagination li:first-child{margin-left:0;}
		.pagination li a{
			display:block;
			height:21px;
			width:21px;
			background: url(../images/pagination.png) -27px 0 no-repeat;
		}
			.pagination li.current a,.pagination li a:hover{background-position:0 0;}
			.pagination li.current a{cursor:default;}

/* Caption */
.caption{
	z-index:997;
	position:absolute;
	top:64px;
	right:31px;
	width:286px;
	height:221px;
	overflow:hidden;
	background:#252525;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#8c8585;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	box-shadow:2px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.2);
}
	.caption .indents{padding:26px 33px 35px;}
	.caption h3{
		font-size:31px;
		line-height:38px;
		color:#F06068;
		margin-bottom:14px;
	}

@media only screen and (max-width: 995px){
	.slides_container{width:748px; height:284px;}
	.slide{width:748px;}
	.pagination{left:297px;}
	.caption{top:34px; width:240px;}
		.caption .indents{padding:20px;}

}
@media only screen and (max-width: 767px){
	.slides_container{width:420px; height:160px;}
	.slide{width:420px;}
	.caption{display:none !important;}
	.pagination{left:133px;}
}
@media only screen and (max-width: 479px){
	.slides_container{width:300px; height:114px;}
	.slide{width:300px;}
	.pagination{left:73px;}
}