/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; height: 459px;}
.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 {background: #fff; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative; }




/* Caption style */
/* IE rgba() hack  ; opacity:0.9;  filter:alpha(opacity=90); */
.flex-caption { 
	font-family: arial, serif; 
	/* bottom: 37px; */
	/* left: 62px;  */

	background-color: #000;
	margin-left:none;
        margin-right:none;
        margin-top:none;
        margin-bottom:none;
	bottom: 20px;
	left: 40px;
	font-size: 40px;	
	font-weight: 400; 
	line-height: 1em; 	
	padding: 30px 30px 30px 30px;
	text-align:left;
	position: absolute; 
	z-index: 8; 
	color: #fff; 	
	width: 416px;
	zoom: 1; 
 



/*	-webkit-text-stroke: 1px black;
  	text-shadow:
   	3px 3px 0 #000,
     	-1px -1px 0 #000,  
      	1px -1px 0 #000,
      	-1px 1px 0 #000,
       	1px 1px 0 #000;   */


} 


.flex-caption small {	

	font-family: arial, serif; 
	
	padding: 10px 0px 0px 0px;
	position:relatve;
	font-size: 14px; 
	line-height: 1.5em; 
	color: #FFF; 
	max-width: 100%;
	text-align:left;
	display: block;	
	font-style: normal;	
	font-weight: 400; 
	
/*	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 2px 2px 5px rgba(255,255,255,0.2);
        text-shadow: 0px 0px 0 #fff; 
	-webkit-text-stroke: 0px white;   */

}





/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}




/*..flex-direction-nav li a {width: 52px; height: 52px; margin: 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; bottom: 60%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: 37px; opacity: 0.7;}
.flex-direction-nav li .prev {left: 37px ; opacity: 0.7;}
flexslider .prev:hover{opacity: 0.95;}
 .flexslider .next:hover{opacity: 0.95;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}*/


/* Control Nav */
.flex-control-nav { position:absolute; right:7px; bottom:7px; margin-left:-40px; }
.flex-control-nav li {margin: 0 0 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a { background:url(../images/bullets.png) no-repeat; border:0; display:block; cursor: pointer; float:left; height:22px; text-indent:-9999px;	width:22px; }
.flex-control-nav li a.active {background-position:0 -22px;}