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

.slider{
  overflow:hidden;
  padding:4px 0 48px;
  width:610px;
}

.flexslider{ 
	margin:0px !important;
  position: relative;
  width:610px;
}

.foot_slider .flexslider{ 
	height:310px;
  overflow:hidden;
	width:980px;
}

.in_slider .flexslider{ 
	height:290px;
  position:relative;
	width:576px;
}

.res_slider .flexslider{ 
	height:auto;
  position:relative;
	width:610px;
}

.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 293px; text-align: center;}
.in_slider .flex-control-nav {top: 3px; width:475px; position:relative; margin:0 auto;}
.res_slider .flex-control-nav {top: auto;  width:373px; position:relative; text-align:left; right:-197px; z-index:1000;}

.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.res_slider .flex-control-nav li{
  margin:2px 2px;
}

.flex-control-paging li a {
  background:url(../img/pagination.png) no-repeat 0 0;
  width: 10px; 
  height: 10px; 
  display: block; 
  cursor: pointer; 
  text-indent: -9999px; 
}
.res_slider .flex-control-paging li a {
  background:#ffffff;
  border:1px solid #5ca200;
  height:17px;
  width:18px;
  text-align:center;
  color:#000000;
  font:normal 16px/16px segoeui, Arial, Helvetica, sans-serif;
  display:block;
  text-indent:0px;
  text-decoration:none;
  padding:1px 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.res_slider .flex-control-paging li a {
  	padding-top:0px;
  	height:18px;
  }
}

.flex-control-paging li a:hover { background-position:0 100%; }
.flex-control-paging li a.flex-active { background-position:0 100%; cursor: default; }
.res_slider .flex-control-paging li a:hover, .res_slider .flex-control-paging li a.flex-active{
  background:#5ca200;
  color:#ffffff;
}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { 
  background:url(../img/slider_nav2.png) no-repeat;
  text-decoration:none; 
  display: block; 
  width: 45px; 
  height: 20px; 
  position: absolute; 
  bottom: 10px; 
  overflow: hidden; 
  cursor: pointer;
  text-indent: -9999px; 
}
.flex-direction-nav a.flex-prev { background-position:0 0; left:2px; }
.flex-direction-nav a.flex-next { background-position:-45px 0; right:10px; }
.flex-direction-nav a.flex-prev:hover { background-position:0 -20px; }
.flex-direction-nav a.flex-next:hover { background-position:-45px -20px; }

.flex-disabled{ display:none !important;}

.res_slider .flex-direction-nav{
  float:right;
  position:absolute;
  top:auto;
  bottom:-8px;
  right:0px;
  width:auto;
  z-index:1000;
}
.res_slider .flex-direction-nav a.flex-prev{
  right:auto;
  left:-465px;
}
.res_slider .flex-direction-nav a.flex-next{
  right:0px;
}


.flex_prev_inactive{
  background:url(../img/slider_nav2.png) no-repeat 0 100%;
  height:20px;
  width:45px;
  display:block;
  position:absolute;
  bottom:10px;
  left:2px;
}

.flex_next_inactive{
  background:url(../img/slider_nav2.png) no-repeat -45px 100%;
  height:20px;
  width:45px;
  display:block;
  position:absolute;
  bottom:10px;
  right:10px;
}

.pages .flex_next_inactive{
  position:relative;
  right:0px;
  float:right;
  bottom:0px;
  top:-2px;
}

.pages .flex_prev_inactive{
  position:relative;
  right:0px;
  float:right;
  bottom:0px;
  top:-2px;
}

#slider .slides li{
  position:relative;
}

#slider .slides li img{
	display:block;
}