/*
 * 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 { position: relative;  background: #ededed; padding: 16px 10px 7px; width: 940px; height: 374px; }
.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;}

.flex-caption { position: absolute; bottom: 43px; right: 0; left: auto; padding: 21px 20px 0; width: 290px; height: 287px; background: url(/images/uploads/caption.png) repeat 0 0;  }
.flex-caption h2 { padding-bottom: 19px; }
.flex-caption p { font-family: 'MyriadProRegular'; font-size: 15px; line-height: 25px; color: #7a7c79; padding-bottom: 23px; }
.flex-caption a.link { font-family: 'MyriadProRegular'; font-size: 20px; height: 25px; color: #6cbd45; }

/* Direction Nav */
.flex-direction-nav li a { width: 41px; height: 61px; margin: -13px 0 0; display: block; background: url(/images/uploads/slider-arrows.png) no-repeat 0 0; position: absolute; top: 188px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next { background-position: -41px 0; right: -41px;}
.flex-direction-nav li .prev { left: -41px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -51px;height: 30px; text-align: center; background: url(/images/uploads/control-bg.png) no-repeat center 0; }
.flex-control-nav li { margin: 4px 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 23px; height: 23px; display: block; background: url(/images/uploads/slider-controls.png) no-repeat 0 0; cursor: pointer; font-family: helvetica, sans-serif; font-weight:  bold; font-size: 12px; line-height: 23px; color: #fff; text-align: center; }
.flex-control-nav li a:hover {background-position: 0 -23px; text-decoration: none; color: #6cbd45; }
.flex-control-nav li a.active {background-position: 0 -23px; cursor: default; color: #6cbd45; }