/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Slideshow - Core */
.layout-slideshow {position: relative;}
.layout-slideshow:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-slideshow ul {list-style: none !important;margin: 0;padding: 0;}

/* Features - Layout Slideshow - Content */
.layout-slideshow .sprocket-features-img-list {position: relative;overflow: hidden;}
.layout-slideshow .sprocket-features-img-container {position: absolute;top: 0;}
.layout-slideshow .sprocket-features-content {width:340px; height:351px; position: absolute; top:0px; right:0px; background:url(slider-txt-bg.png)no-repeat; }
.layout-slideshow .sprocket-features-title {color: #FFFFFF !important;  font-family: Arial,Helvetica,sans-serif;  font-size: 28px !important; line-height: 33px !important; font-weight:bold;
padding: 10px;}
.layout-slideshow .sprocket-features-desc {font-size: 1.4em;line-height: 1.3em;margin: 0;padding: 10px;display: inline-block; color:#D2939F;}

/* Features - Layout Slideshow - Enable First Item */
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {position: relative;}
.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container, .layout-slideshow .sprocket-features-index-1 .sprocket-features-content {z-index: 2;}

/* Features - Layout Slideshow - Navigation */
.layout-slideshow .sprocket-features-arrows .arrow {position: absolute;display: block;width: 24px;height: 24px;top: 50%;margin-top: -12px;border-radius: 1em;opacity: 0.5;cursor: pointer;z-index: 10;text-align:
    center;font-size: 2.2em;}
.layout-slideshow .sprocket-features-arrows .prev {left: 10px;}
.layout-slideshow .sprocket-features-arrows .next {right: 10px;}
.layout-slideshow .sprocket-features-arrows .arrow:hover {opacity: 1;}
.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-slideshow .sprocket-features-pagination {position: absolute;left:20px;bottom:-10px;z-index: 10;}
.layout-slideshow .sprocket-features-pagination li {width:35px; height:35px; display: inline-block; border-radius:5px 5px 0 0;cursor: pointer; color:#94938A; background:url(nav-bg.png)no-repeat;
    padding: 7px 2px 0 0 !important; text-align:center;}
.layout-slideshow .sprocket-features-pagination li.active {color:#A01C36;}
.layout-slideshow .sprocket-features-pagination li span {line-height: 1em; font-size: 15px !important;}
.layout-slideshow .sprocket-features-pagination-hidden {}

/* Features - Layout Slideshow - Colors */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {}
.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {}

/* Features - Layout Slideshow - Transitions */
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}
