/* Browser Resets */
.flex-container a:active,.Carousel a:active,.flex-container a:focus,.Carousel a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.Carousel {margin: 0; padding: 0;position:relative;}
.Carousel .slides {zoom: 1;}
.Carousel .slides > li {display: none;;-webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.Carousel .slides img {display: block;}

.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 280px;}


/* Direction Nav */
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top:52%; cursor: pointer; text-indent: -9999px; opacity: 0;filter:alpha(opacity=0); -webkit-transition: all .3s ease;outline:none}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -10px; }
.flex-direction-nav .flex-prev {left: -10px;}
.Carousel:hover .flex-next {opacity: 0.8;filter:alpha(opacity=80);right: 10px;}
.Carousel:hover .flex-prev {opacity: 0.8;filter:alpha(opacity=80);left: 10px;}
.Carousel:hover .flex-next:hover, .Carousel:hover .flex-prev:hover {opacity: 1;filter:alpha(opacity=100);}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7;filter:alpha(opacity=70);cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;filter:alpha(opacity=100);}
.flex-control-thumbs .active {opacity: 1;filter:alpha(opacity=100);cursor: default;}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next, .flex-control-paging li a.flex-active{display:none}
 
}


.REGIONS .flex-direction-nav{display:block;width:125px;height:20px;position:absolute;top:10px;right:0}
.REGIONS .flex-direction-nav a{text-indent:0;opacity:1;filter:alpha(opacity=100);background:none;width:50px;height:16px;top:0;position:inherit;margin:0;text-transform:uppercase;text-decoration:none}
.REGIONS .flex-direction-nav .flex-next {right:0;float:right;border-left:1px solid #ccc;padding-left:11px}
.REGIONS .flex-direction-nav .flex-prev {left:0;float:left}
.slides li{margin:0}