/*
 * 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)
 */

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; position:Relative; }
.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;}

.bxslider_m .slides img {width: 100%; display: block;}

/* 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%;}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {display: block; width:23px; height:39px; position: absolute; top:50%; margin-top:-12px; z-index: 10; border:0; overflow: hidden; cursor: pointer; }
.flex-direction-nav .flex-prev {position:absolute; left:0; background:url("/images/main_mob/prev.png") no-repeat 0 0;   text-indent: -999999999999999;}
.flex-direction-nav .flex-next {position:absolute;  right:0; text-align: right; background:url("/images/main_mob/next.png") no-repeat 0 0; text-indent:-999999999999999;}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:12px; text-align: center; z-index:999;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background:url(/images/main_mob/off.png) 0 0 no-repeat; font-size:0; }
.flex-control-paging li a:hover {}
.flex-control-paging li a.flex-active {cursor: default; background:url(/images/main_mob/on.png) 0 0 no-repeat; }

.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; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}