/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 

#slider, #slider2 { position:relative; min-height:391px; background:#fff url(../images/ui/loading.gif) no-repeat 50% 50%; }
#slider img, #slider2 img { position:absolute; top:0px; left:0px; display:none; }
/* 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; right:0px; bottom:10px; background:#fff; color:#fff; opacity:0.8; /* Overridden by captionOpacity setting */ width:390px; height:149px; z-index:89; }
.nivo-caption p, .nivo-caption h2 { padding-left:5px; margin:0 5px 0 0; color:#87837c; }
.nivo-caption h2 { padding-top:5px; margin-bottom:0.4em; line-height:0.5em; margin-top:0.5em;}

.nivo-caption p.readmore {margin-right: 7px}
.nivo-caption p.readmore a { text-decoration:none; color:#dd7315; padding-left:5px; font-weight:bold; display:block; overflow:hidden; background-image:url("../images/ui/arrow-slider-orange.png"); background-repeat: no-repeat; background-position: right 7px; width: 65px; padding-right: 12px}
.nivo-caption p.readmore a:hover { color:#e4872c; background-image:url("../images/ui/arrow-inner-nav-brown.gif"); background-repeat: no-repeat; background-position: right 7px }
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:99; cursor:pointer; display:block; width:40px; height:40px; background:url(../images/ui/arrows-slider.png) no-repeat; text-indent:-9999px; border:0; }
a.nivo-nextNav { background-position:-40px 0; right:15px; }
a.nivo-prevNav { left:15px; }
/* 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; }
