/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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 Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }


/* Control Nav */
.flex-control-nav {width: 100%; z-index: 20; position: absolute; bottom: -60px; left: 170px; text-align: left;}
.flex-control-nav li {margin: 0 2px; text-align: center; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { color: #fff; height: 37px; width: 43px; display: block; text-indent: -9999px; cursor: pointer; text-align: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.flex-control-paging li:nth-child(1) a { background: url("../images/pn.png") no-repeat center; }
.flex-control-paging li:nth-child(2) a { background: url("../images/wt.png") no-repeat center; }
.flex-control-paging li:nth-child(3) a { background: url("../images/sr.png") no-repeat center; }
.flex-control-paging li:nth-child(4) a { background: url("../images/czw.png") no-repeat center;}
.flex-control-paging li:nth-child(5) a { background: url("../images/pt.png") no-repeat center; }
.flex-control-paging li:nth-child(1) a.flex-active { background: #544b43 url("../images/pn.png") no-repeat center; }
.flex-control-paging li:nth-child(2) a.flex-active { background: #544b43 url("../images/wt.png") no-repeat center; }
.flex-control-paging li:nth-child(3) a.flex-active{ background: #544b43 url("../images/sr.png") no-repeat center; }
.flex-control-paging li:nth-child(4) a.flex-active{ background: #544b43 url("../images/czw.png") no-repeat center; }
.flex-control-paging li:nth-child(5) a.flex-active{ background: #544b43 url("../images/pt.png") no-repeat center; }
.flex-control-paging li a:hover {   }
.flex-control-paging li a.flex-active {  cursor: default;}
/* Direction Nav */


.baner .flex-direction-nav li a{ width: 67px; height: 67px; display: block; z-index: 9999; display: block; position: absolute; top: 260px; text-indent: -9999px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.flex-direction-nav li a{ width: 50px; height: 50px; display: block; z-index: 9999; display: block; position: absolute; top: 150px; text-indent: -9999px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.flex-direction-nav li a:hover{ opacity: 0.7; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav li a.flex-prev{ left: 15px; top: 56px; background: url("../images/prev.png") no-repeat center top; }
.flex-direction-nav li a.flex-next{ right: 15px; top: 56px; background: url("../images/next.png") no-repeat center top; }