/*
 * jQuery FlexSlider v2.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 0 10px; padding: 0; width:100%;}
.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;}

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

/* Control Nav */
.flex-control-nav { top:20px; position:absolute; left:20px; right:20px; text-align:center;}
.flex-control-nav li { display:inline-block; *display: inline; zoom: 1; margin-bottom:0; }
.flex-control-nav li a { cursor:pointer; display:block; background-color: #b2b2b2; color:#fff; text-align:center; padding:2px 6px; margin-right:10px; border-radius:10px; }
.flex-control-nav li a.flex-active { background-color: #fff; color:#000;} 
