/* The Nivo Slider styles */
.nivoSlider { position: relative; margin-bottom:15px; margin-left:5px; }
.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: 755px; height: 185px; border: 0; padding: 0; margin: 0; z-index: 60; }
/* The slices in the Slider */
.nivo-slice { display: block; position: absolute; z-index: 50; height: 100%; }
/* Caption styles */
/*.nivo-caption { position: absolute; left: 255px; top: 15px; width: 440px; z-index: 89; overflow: hidden; height: 120px; }*/
.nivo-caption { position: absolute; left: 0px; top: 191px; width: 100%; z-index: 8; color: #FFF; }
.nivo-caption h3 { font-size: 18px; font-weight: normal; }
.nivo-caption h3, .nivo-caption h3 a { color: #000; }
.nivo-caption p { margin: 0px 15px; font-family: Constantia; font-size: 13px; font-weight: normal; }
.nivo-caption p strong { font-size: 16px; }
.nivo-caption a { display: inline !important; }
.nivo-html-caption { display: none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position: absolute; top: 40%; z-index: 999; cursor: pointer; text-indent: -9999px; display: block; height: 27px; width: 27px; }
/*.nivo-prevNav { left: 225px; background: url(/img/v2-arrow-big-black-left.png) no-repeat; }
.nivo-nextNav { right: 5px; background: url(/img/v2-arrow-big-black-right.png) no-repeat; }*/
.nivo-prevNav { left: 0px; background: url(/override/js/nivoslider/slider-left.png) no-repeat; }
.nivo-nextNav { right: 20px; background: url(/override/js/nivoslider/slider-right.png) no-repeat; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position: relative; z-index: 99; cursor: pointer; display: none; }
.nivo-controlNav a.active { font-weight: bold; }
