.slider-box{
	width:100%;
	height:458px;
	overflow:hidden;
	position:relative;
}
.slider-bg{
	width: 100%;
	height:421px;
	background:url(../images/slider-tail.gif) center bottom repeat-x #f0f0ed;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #dadada;
}
.slider-bg1{background:url(../images/slider-bg.jpg) center top no-repeat;}
#slides{
	width: 950px;
	height:421px;
	overflow:hidden;
	margin:0 auto;
}
.slides_container{
	width:950px;
	height:421px;
	overflow:hidden;
}
.slide{text-align:right; width:950px; height:auto;}

/* Control Nav */
.pagination{
	position:absolute;
	bottom:0; left:0;
	text-align:center;
	width:100%;
	z-index:999;
}
	.pagination li{
		font-size:0px;
		line-height:0;
		margin-right:2px;
		display:inline-block;
		text-indent:-5000px;
	}
		.pagination li a{
			display:block;
			height:15px;
			width:15px;
			background: url(../images/pagination.png) -17px 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:999;
	position:absolute;
	top:170px;
	left:63px;
	width:300px;
	height:100px;
	overflow:hidden;
	
	text-align:left;
	letter-spacing:-1px;
}
	.caption strong{
		display:inline-block;
		font-weight:normal;
		font-size:26px;
		line-height:32px;
		color:#292a2b;
		background:#ffcc00;
		padding:9px 15px 7px;
		word-spacing:2px;
	}
	.caption em{
		display:inline-block;
		font-weight:normal;
		font-size:25px;
		line-height:30px;
		color:#ededed;
		background:#232323;
		padding:6px 16px;
		word-spacing:4px;
	}

@media only screen and (max-width: 995px){
	.slider-box{height:370px;}
	.slider-bg{height:336px;}
	.slider-bg1{background-size:auto 100%;}
	#slides, .slides_container, .slide{width: 758px; height:336px;}
		.slide img{height:100%; width:auto;}
	.caption{top:120px;}
}
@media only screen and (max-width: 767px){
	.slider-box{height:186px;}
	.slider-bg{height:186px; background-size: 1px 30%;}
	#slides, .slides_container, .slide{width: 420px;height:186px; position:relative;}
	.caption{display:none !important;}
	.pagination{bottom:auto; top:80px; left:35px; width:auto;}
}
@media only screen and (max-width: 479px){
	.slider-box{height:133px;}
	.slider-bg{height:133px; background-size: 1px 25%;}
	#slides, .slides_container, .slide{width: 300px; height:133px;}
	.pagination{top:60px; left:30px;}
}