/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none;}
/* The slices in the Slider */
.nivo-slice {display:block;position:absolute;z-index:50;height:100%;}
/* Caption styles */
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;opacity:0.8; /* Overridden by captionOpacity setting */width:100%;z-index:89;}
.nivo-caption p {padding: 15px 30px 40px 30px;margin:0;line-height: 1.5em;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;top:45%;z-index:99;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {position:relative;z-index:99;cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}
/* CUSTOM SLIDER ------------------------------------------------------------*/

#slider-holder{width: 906px;height: 447px;margin: 0 auto;
background: transparent url(../img/slider-shadow.png) no-repeat center bottom;
}
#slider {position:relative;width:906px; /* Change this to your images width */height: 390px; /*337px + 25px; /* Change this to your images height */
    background: url(../img/fade_loader.gif) no-repeat 50% 30%;}
#slider img {position:absolute;top:0px;left:0px;display:none;}
#slider a {border:0;}
/*
.nivo-controlNav{position:absolute;bottom:20px;right:20px;z-index: 9999;height: 30px;}
.nivo-controlNav a,.nivo-controlNav a.active{background-image:url(../img/nivo-slider-bullet.png);background-repeat:no-repeat;background-position:0 0}
.nivo-controlNav a{float:left;width:16px;height:16px;position:relative;z-index:9;cursor:pointer;text-indent:-9999px}
.nivo-controlNav a.active{font-weight:bold;background-position:0 -16px}
*/
.nivo-controlNav{height: 20px;z-index: 9999;bottom: 0px;position: absolute;text-align: right; background:#fff;padding:5px;padding-top: 8px;}
.nivo-controlNav > * {float: none !important;margin: 0 4px;}
.nivo-controlNav a{float: none !important; background: url(../img/bg-slider-nav.png) no-repeat scroll left top transparent;
    display: inline-block;font-size: 0;height: 0;line-height: 0;margin: 0 2px;overflow: hidden;padding-top: 16px;width: 16px;}
.nivo-controlNav a:hover, .nivo-controlNav a.active { background-position: right top;}
.nivo-directionNav a{display: block;width: 39px;height: 50px;text-indent: -9000px;}
.nivo-directionNav a.nivo-nextNav{ background: url(../img/right-arrow.png) no-repeat transparent left top;margin-right: 0px;z-index: 1001;}
.nivo-directionNav a.nivo-prevNav{background: url(../img/left-arrow.png) no-repeat transparent right top;margin-left: 0px;z-index: 1001;}
/*
.nivo-directionNav a.nivo-nextNav:hover{	background: url(../img/next-arrow.png) no-repeat transparent right top;}
.nivo-directionNav a.nivo-prevNav:hover{background: url(../img/prev-arrow.png) no-repeat transparent left top;}*/