/*
 * jQuery FlexSlider v1.2
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 1px solid #d0d0d1; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding:6px;}
.flexslider .slides  li {position: relative;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider .flexslider-container {position: relative;}
/* Caption style */
.flexslider .flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}
/* Direction Nav */
.flexslider .flex-direction-nav{ position:absolute;top: 50%; left:0;}
.flexslider .flex-direction-nav li{ position:absolute; top:0; left:0; width:970px}
.flexslider .flex-direction-nav li a {width: 52px; height: 58px; margin: -29px 0 0; display: block; background:url(../images/btt2.png) no-repeat 0 0; position: absolute; top:0; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flexslider .flex-direction-nav li a.next {background-position: right top; right: 0px;}
.flexslider .flex-direction-nav li a.prev {background-position: 0 0; left: -21px;}
/* Control Nav */
.flexslider .flex-control-nav {margin-left: -31px; position: absolute; bottom: -30px; left: 30%;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flexslider .flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flexslider .flex-control-nav li:first-child {margin: 0;}
.flexslider .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flexslider .flex-control-nav li a:hover {background-position: 0 -17px;}
.flexslider .flex-control-nav li a.active {background-position: 0 -35px; cursor: default;}

/* .image Necessary Styles
*********************************/
.image {width: 100%; margin: 0; padding: 0;}
.image .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.image .slides img {max-width: 100%; display: block;}
/*.image Default Theme
*********************************/
.image {background: #fff; position: relative;}
.image .slides  li {position: relative;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.image .flexslider-container {position: relative;}
/* Caption style */
.image .flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}
/* Direction Nav */
.image .flex-direction-nav{ position:absolute;top: 50%; left:0;}
.image .flex-direction-nav li{ position:absolute; top:0; left:0; width:970px}
.image .flex-direction-nav li a {width: 37px; height: 100px;  display: block; background:url(../images/btt3.png) no-repeat 0 0; position: absolute; top:0; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.image .flex-direction-nav li a.next {background-position: right top; left: 645px;top: -50px;}
.image .flex-direction-nav li a.prev {background-position: 0 0; left: -37px;top: -50px;}
/* Control Nav */
.image .flex-control-nav {margin-left: -50px; position: absolute; bottom: -35px; left: 50%; background-color: #f5f6f7; padding: 8px 23px;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.image .flex-control-nav li {margin: 0 0 0 5px; float: left;}
.image .flex-control-nav li:first-child {margin: 0;}
.image .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.image .flex-control-nav li a:hover {background-position: 0 -17px;}
.image .flex-control-nav li a.active {background-position: 0 -35px; cursor: default;}
