	/*
 * 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)
 */

 
/* 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 {margin: 0; padding: 0;}
.headerSlider1 .slides > li {display: none;  -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.headerSlider1 .slides img {width: 100%; display: block;}

.headerSlider2 .slides { width:277px; float:left; background:#E2E2E2;}

.headerSlider2 .slides > li {display: none;width:297px; float:left; /*padding:0px 11px;*/ border:1px solid #d3d3d3; border-top:1px solid #fff; /*min-height:324px;*/ background:#fff; margin:0px 20px 0 0px;  -webkit-backface-visibility: hidden; overflow:hidden}
.headerSlider2 .slides img {width:auto; display: block;}


.bannerSliderTop .slides > li {display: none; width:500px; float:left; padding:0px;  min-height:390px;  -webkit-backface-visibility: hidden; position:relative;}
.bannerSliderTop .slides img {width:100%; display: block; height:390px;}

.headerSlider3 .slides > li {display: none; float:left; padding:0px; width:253px !important; border:1px solid #cecece; margin:0px 22px 0 0px;  -webkit-backface-visibility: hidden;} 
.headerSlider3 .slides img {width:auto; display: block;}

.bannerSlider .slides > li {display: none; float:left; padding:0px; width:275px !important; margin:0px 0px 0 0px;  -webkit-backface-visibility: hidden;} 
.bannerSlider .slides img {width:auto; display: block;}


.headerSlider4 .slides > li {display: none; width:530px !important;  -webkit-backface-visibility: hidden; position:relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.headerSlider4 .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;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0;  position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.headerSlider4 .flex-viewport {height:345px !important;}


.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.headerSlider1 .flex-direction-nav a {width:43px; height:40px; display: block; position: absolute; top:50%; z-index: 10; cursor: pointer; text-indent:-9999px; -webkit-transition: all .3s ease; margin:-20px 0 0 0 ;}

.headerSlider1 .flex-direction-nav .flex-next { right:-4%; background:#000; background: url(../images/sliderRightArrow.png) no-repeat right center; }
.headerSlider1 .flex-direction-nav .flex-prev {left:-4%; background:#F00; background:url(../images/sliderLeftArrow.png) no-repeat  left top;}

.headerSlider2 .flex-direction-nav .flex-next { right:-2%; background:#000; background: url(../images/blueArrowRight.gif) no-repeat right center; }
.headerSlider2 .flex-direction-nav .flex-prev {left:-2%; background:#F00; background:url(../images/blueArrowLeft.gif) no-repeat  left top;}
.headerSlider2 .flex-direction-nav a {width:45px; height:45px; display: block; position: absolute; top:50%; z-index: 10; cursor: pointer; text-indent:-9999px; -webkit-transition: all .3s ease; margin:-23px 0 0 0 ;}

.headerSlider3 .flex-direction-nav .flex-next { right:1%; background:#000; background: url(../images/galleryRightArrow.gif) no-repeat right center; }
.headerSlider3 .flex-direction-nav .flex-prev {left:-2%; background:#F00; background:url(../images/galleryLeftArrow.gif) no-repeat  left top;}
.headerSlider3 .flex-direction-nav a {width:45px; height:45px; display: block; position: absolute; top:50%; z-index: 10; cursor: pointer; text-indent:-9999px; -webkit-transition: all .3s ease; margin:-23px 0 0 0 ;}

.headerSlider4 .flex-direction-nav .flex-next { right:-3%; background:#000; background: url(../images/sliderRightArrow.png) no-repeat right center; }
.headerSlider4 .flex-direction-nav .flex-prev {left:-3%; background:#F00; background:url(../images/sliderLeftArrow.png) no-repeat  left top;}
.headerSlider4 .flex-direction-nav a {width:45px; height:45px; display: block; position: absolute; top:50%; z-index: 10; cursor: pointer; text-indent:-9999px; -webkit-transition: all .3s ease; margin:-23px 0 0 0 ;}


.bannerSlider .flex-direction-nav .flex-next { right:-3%; background: url(../images/sliderRightArrow.png) no-repeat right center;  }
.bannerSlider .flex-direction-nav .flex-prev {left:-3%; background:#00; background:url(../images/sliderLeftArrow.png) no-repeat  left top; }
.bannerSlider .flex-direction-nav a {width:45px; height:45px; display: block; position: absolute; top:50%; z-index: 10; cursor: pointer; text-indent:-9999px; -webkit-transition: all .3s ease; margin:-20px 0 0 0 ;}


.bannerSliderTop .flex-direction-nav .flex-next { right:-1.50%; background:#000; background: url(../images/topSliderArrowRight.gif) no-repeat right center; }
.bannerSliderTop .flex-direction-nav .flex-prev {left:-1.50%; background:#F00; background:url(../images/topSliderArrowLeft.gif) no-repeat  left top;}
.bannerSliderTop .flex-direction-nav a {width:45px; height:45px; display: block; position: absolute; top:50%; z-index: 10; cursor: pointer; text-indent:-9999px; -webkit-transition: all .3s ease; margin:-23px 0 0 0 ;}
.bannerSlider { position:relative;}



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom:1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: none; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.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;}

.flex-control-nav.flex-control-paging { display:none !important;}





