/*
 * jQuery flexslidersmall v2.0
 * http://www.woothemes.com/flexslidersmall/
 *
 * 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 */
.flexslider-container a:active,
.flexslidersmall a:active {outline: none; list-style:none;}
.slides,
.flexslidersmall-control-nav,
.flexslidersmall-direction-nav > li,
.flexslidersmall-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* flexslidersmall Necessary Styles
*********************************/ 
.flexslidersmall {width: 100%;  margin: 0; padding: 0; background:url(../images/macframe.png) no-repeat;list-style:none;}
.flexslidersmall .slides > li {display: none; list-style:none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslidersmall .slides img {width:303px; height:190px;display: block;margin-top:15px;margin-left:48px;}
.flexslidersmall-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;}
/* flexslidersmall Default Theme
*********************************/
.flexslidersmall {position: relative;zoom: 1;float:left;background:url(../images/macframe.png) no-repeat; width:400px; height:232px;margin-top:70px;margin-left:14px;}
.flexslidersmall .slides {zoom: 1;width:303px; height:190px;}
.flexslidersmall .slides > li {position: relative;list-style:none;}
/* 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 */
.flexsmall-caption {background:none; zoom: 1;width:400px;}
.flexsmall-caption {padding-top:0px; padding-left:8px; padding-bottom:4px;position: absolute; left: 0px; bottom: -46px;color: #999;text-align:center; font-weight:bold;}
.flex-caption p{margin:0;color:#FFF;font-size:11px;padding-top:5px;}
.flexslidersmall .slides > li   { z-index: 1 ;width:400px;height:232px;list-style:none;}
.flexslidersmall .slides > li  { display: none;-webkit-backface-visibility: hidden;list-style:none;}/* Direction Nav */
.flexsmall-direction-nav {*height: 0; display:none !important;}
.flexsmall-direction-nav a {width: 30px; height: 30px; margin: -0px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flexsmall-direction-nav .flexsmall-next {background-position: 100% 0; right: -36px;background: url(../images/next.png) no-repeat center center;}
.flexsmall-direction-nav .flexsmall-prev {left: -36px;background: url(../images/prev.png) no-repeat center center;}
.flexslidersmall:hover .flexsmall-next {opacity: 1.0; right: 5px;}
.flexslidersmall:hover .flexsmall-prev {opacity: 1.0; left: 5px;}
.flexslidersmall:hover .flexsmall-next:hover, .flexslidersmall:hover .flexsmall-prev:hover {opacity: 1;}
.flexsmall-direction-nav .flexsmall-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flexsmall-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display:none;}
.flexsmall-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexsmall-control-paging li a {width: 11px; height: 11px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);list-style:none !important;}
.flexsmall-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); list-style:none;}
.flexsmall-control-paging li a.flex-active {cursor: default;list-style:none !important; }

.flexsmall-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexsmall-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexsmall-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flexsmall-control-thumbs img:hover {opacity: 1;}
.flexsmall-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flexsmall-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flexsmall-direction-nav .flex-next {opacity: 1; right: 0;}
}