.slider-bg{background:url('../img/bg_slider.jpg') center top repeat-x #f08100;}
#slides{
	width: 100%;
	position:relative;
	overflow:hidden;
}
.slides_container{
	width:940px;
	height:306px;
	overflow:hidden;
	padding-bottom:16px;
}
.slide{
	width:940px; 
	color: black;
	font-size: 2em;
	text-align: center;
	padding-top: 2em;
	line-height: 1.2em;
		}
.blue {
	color: #37388b;
		}
				
/* Control Nav */
#slides .pagination{
	z-index:999;
	text-align:center;
	font-size:0px;
	line-height:0;
	margin:-8px 0 14px 0;
	position: relative;
	top: -100px;
	

}
	#slides .pagination li{
		display:inline-block;
		margin-right:4px;
		text-indent:-5000px;
	}
		#slides .pagination li a{
			display:block;
			height:16px;
			width:16px;
			background: url(../img/pagination.png) 0 0 no-repeat;
		}
			#slides .pagination li.current a, #slides .pagination li a:hover{background-position:-20px 0;}
			#slides .pagination li.current a{cursor:default;}

@media only screen and (max-width: 995px){
	.slides_container{width:748px; height: 288px; background-size:100% auto; padding-bottom:12px;}
	.slide{width:748px;}
	#slides .pagination{position: relative; top:-60px;}
}
@media only screen and (max-width: 767px){
	.slider-bg{background-position: top 125px;}
	.slides_container{width:420px; height:358px; padding-bottom:0px;}
	.slide{width:420px;}
	#slides .pagination{position: relative; top:-40px;}
}
@media only screen and (max-width: 479px){
	.slider-bg{background-position: top 90px;}
	.slides_container{width:300px; height:414px; padding-bottom:4px;}
	.slide{width:300px;}
	#slides .pagination{position: relative; top:-60px;}
}