/* 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%;}

/* 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 Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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 {margin: 0 0 0px;  border:none; position: relative;zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 100px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.pro-switch{height: auto;overflow: hidden;position: relative;}
.flexslider ul.flex-direction-nav{  }
 ul.flex-direction-nav li{}
ul.flex-direction-nav { }
 ul.flex-direction-nav li a{display:block;text-indent: -9999px;z-index: 10;position: absolute;opacity:0.8;}
 ul.flex-direction-nav li a:hover{opacity:1;}
 ul.flex-direction-nav li a.flex-prev{left: 0px;}
 ul.flex-direction-nav li a.flex-next{right:0px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; display:none; bottom:5px; text-align: center;height: 20px; }
.flex-control-nav li {margin: 0 6px; display: inline-block;margin-top: 4px; zoom: 1; *display: inline;}
.flex-control-paging li a {width:15px;height:15px; display:block;cursor:pointer; background: #787d82;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;text-indent: -9999px;}
.flex-control-paging li a:hover { background: #a8812a; }
.flex-control-paging li a.flex-active { background: #a8812a;cursor:pointer;}