/*
 * jQuery Nivo Slider v2.5.1
 * 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;margin:0 auto;width:830px;height:270px}
.nivoSlider img{position:absolute;top:0px;left:0px;display:none}
.nivoSlider a{border:0;display:block}


/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:6;display:none;}


/* The slices and boxes in the Slider */
.nivo-slice{display:block;position:absolute;z-index:5;height:100%}
.nivo-box{display:block;position:absolute;z-index:5}


/* Caption styles */
.nivo-caption{position:absolute;right:0;bottom:0;background:#000;color:#fff;padding:15px 25px;width:850px;z-index:8;font-weight:bold;text-align:left}
.nivo-caption span{display:block;font-weight:normal;color:#666}
.nivo-html-caption{display:none}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{position:absolute;top:275px;z-index:9;cursor:pointer;display:block;width:50px;height:50px;background:url(arrow.png) no-repeat;text-indent:-9999px}
a.nivo-prevNav{left:0}
a.nivo-prevNav:hover{background-position:0 -50px}
a.nivo-nextNav{right:0;background-position:-50px 0}
a.nivo-nextNav:hover{background-position:-50px -50px}


/* Thumbnails nav */
#slider .nivo-controlNav{position:absolute;bottom:-10px}
#slider .nivo-controlNav a{float:left;margin-right:5px;width:13px;border-bottom:5px solid #333;text-indent:-9999px;cursor:pointer;}
#slider .nivo-controlNav a.active{border-color:#999}