/*

 * 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 { list-style: none;} 



/* FlexSlider Necessary Styles

*********************************/ 

.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; max-width:100%; }



/* 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 {

	position: relative;
	margin: 0 auto;
    position: relative;
	clear:both;
}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; clear:both; }

.loading .flex-viewport {max-height: 300px;}

.flexslider .slides { margin:0; }



/* Direction Nav */

.flex-direction-nav { display: none; margin:0; padding:0; }

.flexslider:hover .flex-direction-nav{ display:block; }

.mainbanner:hover .flex-direction-nav { display: block;}



/* Control Nav */




.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { 
	height: 35px;
    position: absolute;
    text-indent: -9999px;
    top: 46%;
    width: 47px;
}

.flex-direction-nav .flex-prev 
{
	background:url("../../images/sprite.png") no-repeat scroll 2px -366px transparent;	
	left: -3px;
}

.flex-direction-nav .flex-prev:hover{background-position:1px -403px;}

.flex-direction-nav .flex-next {
	background:url("../../images/sprite.png") no-repeat scroll -51px -366px transparent;
	right: -3px;
}

.flex-direction-nav .flex-next:hover{background-position: -51px -402px;}