/*
 * 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
*********************************/
.slider	{overflow:hidden;}
.flexslider {margin:0 auto; padding:0; width:auto;}
.flexslider .slides > li {display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display:block;}
.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 {-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;}

/* Direction Nav */
.flex-direction-nav							{width:0; height:0; text-indent:-9999px;}
.flex-direction-nav a						{width:50px; height:95px; margin:0; display:none; position:absolute; top:226px; z-index:10; cursor:pointer; text-indent:-9999px; }
.flex-direction-nav .flex-prev				{background:url(../images/prev.png) no-repeat; left:-100px;}
.flex-direction-nav .flex-next				{background:url(../images/next.png) no-repeat; right:-100px;}

.more-control								{width:0; height:0; text-indent:-9999px;}
.more-control a								{width:25px; height:25px; margin:0; display:none; position:absolute; top:198px; z-index:10; cursor:pointer; text-indent:-9999px; background:url(../img/new/visual-arrow.png) no-repeat;}
.more-control .control-stop					{background-position:-50px 0; left:94px;}
.more-control .control-stop:hover			{background-position:-50px -25px;}
.more-control .control-play					{background-position:-75px 0; left:94px;}
.more-control .control-play:hover			{background-position:-75px -25px;}
.more-control .control-go					{background-position:-100px 0; left:122px; width:60px;}
.more-control .control-go:hover				{background-position:-100px -25px;}


/* Control Nav */
.flex-control-nav							{position:absolute; top:330px; left:0; z-index:10; width:100%; text-align:center;}
.flex-control-nav li						{margin:0 4px; display: inline-block; zoom: 1; *display:inline;text-align:center;}
.flex-control-paging li a					{width:13px; height:13px; display:block; background-color:#fff; cursor:pointer;text-indent:-9999px;}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active		{background-color:#0098d9;}




