/*
 * jQuery FlexSlider v1.0 (Release)
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* 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 */
.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 {position: relative;}
.flexslider .slides  li {position: relative;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}

/* Caption style */
.flex-caption {width: 690px; padding: 10px; background: url(../images/top_main_bg.gif); color: #00a8e3; font-size: 13px; line-height: 18px; height: 36px;}

/* Direction Nav */
.flex-direction-nav li a.next {width: 26px; height: 26px; margin: 0; display: block; background: url(../images/top_main_next.gif) no-repeat 0 0; position: absolute; top: 130px; cursor: pointer; text-indent: -9999px; right: 0;}
.flex-direction-nav li a.prev {width: 26px; height: 26px; margin: 0; display: block; background: url(../images/top_main_prev.gif) no-repeat 0 0; position: absolute; top: 130px; cursor: pointer; text-indent: -9999px; left: 0;}