/*
 * 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 {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;} 
.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 {
	border: 0;
	position: relative;
	zoom: 1;
} 
.flexslider .slides {
	zoom: 1;
	padding-right: 0;
	padding-bottom: 0;
} 
.flexslider .slides > li {position: relative;  } 
.flex-container {zoom: 1; position: relative;}   
/* Caption style */ /* IE rgba() hack */ 
.flex-caption {background:none;}
.flex-caption {width: 96%; padding: 16px 0 0 0; position: relative; left: 0; bottom: 0; color: #8b8666; font-size: 14px; line-height: 12px; font-family:'Helvetica', Helvetica, Arial;}   
/* Direction Nav */ 
.flex-direction-nav, .flex-direction-nav ul { background-color: yellow;} 
.flex-direction-nav li a {width: 58px; height: 58px; margin: 0 0 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 42%; cursor: pointer; text-indent: -9999px;} 
.flex-direction-nav li .next {background-position: -58px 0; right: 12px;background-color:#fff;} 
.flex-direction-nav li .next:hover {background-position: -58px -58px; } 
.flex-direction-nav li .prev {left: 12px;background-color:#fff;} 
.flex-direction-nav li .prev:hover {background-position: 0 -58px; } 
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;} 
#thumbnail{
	width:947px;
	height:38px;
	cursor:pointer;
	background-color:#FFF;
	z-index:9;
	position:relative;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #a0a2a1;
	border-left-color: #a0a2a1;
}
