/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* Browser Resets */ 

/* FlexSlider Necessary Styles */ 
.slider {
	position: relative;
	width: 510px;
	height: 250px;
	margin: 0 auto 20px auto;
}
.flexslider {margin: 0px 0 0 -255px; width: 510px; position: absolute; left: 50%; top: 0; overflow: hidden;}
.flexslider .slides {height: 250px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; background: none; padding: 0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider .slides > li .caption {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
}
/* FlexSlider Necessary Styles */ 

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* Clearfix for the .slides element */

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme */
.flexslider img{width: 100%;}
.flex-viewport {}
.loading .flex-viewport {max-height: 250px;}
.flexslider .slides {zoom: 1;}
/* FlexSlider Default Theme */

/* Direction Nav */
.flex-direction-nav a {width: 25px; height: 25px; display: block; position: absolute; top: 20px; cursor: pointer; text-indent: -9999px; z-index: 5;}

.flex-direction-nav .flex-next {right: 20px; background:url(../img/s-next.png) left top no-repeat;}
.flex-direction-nav .flex-prev {right: 45px; background:url(../img/s-prev.png) left top no-repeat;}

.flex-direction-nav a:hover{background-position: 0 -90px;}

.flex-direction-nav .disabled {cursor: default;}
/* Direction Nav */

/* Control Nav */
.flex-control-nav { position: absolute; overflow: hidden; bottom: 16px; text-align: center; z-index: 999; left: 45%;}
.flex-control-nav li {margin: 0 5px 0 0; float: left;}
.flex-control-paging li a {width: 20px; height: 21px; display: block; background:url(../images/pags.png) 0 -21px no-repeat; cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {background-position: 0 0px;}

.flex-control-thumbs { position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}
/* Control Nav */