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

.slider{
 	margin-bottom: 40px;
    display: block;
    height: 351px;
    overflow: hidden;
    position: relative;
    width: 417px;}
 
/* FlexSlider Necessary Styles
*********************************/
.flexslider { display: block; width: 417px; height: 277px; margin: 0; padding: 0;}
.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;} */

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: #fff;  position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -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; } 

/* Flexslider Direction Nav */
.flexslider .flex-direction-nav a  { text-decoration:none; display: block; width: 100px; height: 290px; margin: -20px 0 0; position: absolute; top: 20px; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-indent:-9999px; /* background:#ffffff; opacity: 0.1; -moz-opacity: 0.1; filter:alpha(opacity=1); */ } 
.flexslider:hover .flex-prev { opacity: 0.7; left: 0px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 0px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flexslider .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
  

 

.carousel { display: block; position:absolute; bottom:0px; width: 417px; height:65px; padding: 0; }
.carousel .flex-viewport { display:block; width: 380px; margin:1px auto 0 auto;}  
.carousel .slides  {}  
.carousel .slides > li {display: none; -webkit-backface-visibility: hidden;}  
.carousel .slides img { display: block;cursor:pointer;}
.carousel .slides img:hover  {}
.carousel li { margin-right: 16px; }

.carousel .flex-direction-nav { top:0px; width: 648px; position:absolute; background: #009900 } 
.carousel .flex-direction-nav li{ float:left; } 

.carousel .flex-direction-nav a{ 
	display: block;
    height: 57px;
    position: absolute;
    text-indent: -9999px;
    width: 14px;
}
.carousel .flex-direction-nav a.flex-prev:hover { background: url(../i/arr_left_h.png) top center no-repeat;}
.carousel .flex-direction-nav a.flex-prev {
	margin-left: 0;
    margin-top: 3px;
  background: url(../i/arr_left.png) top center no-repeat; }
 
.carousel .flex-direction-nav a.flex-next { 
 margin-left: 403px;
 margin-top: 3px; background: url(../i/arr_right.png) top center no-repeat;
}
  
.carousel .flex-direction-nav a.flex-next:hover {

	 background: url(../i/arr_right_h.png) top center no-repeat;
}







