/*
 * jQuery Nivo Slider v1.9
 * 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
 */
 
/* The Nivo Slider styles */
#slider img{display: none; left: 0; position: absolute; top: 0}
 
.nivoSlider{position: relative}

.nivoSlider img{left:0; position: absolute; top: 0}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{border: 0; display: none; height: 100%; left: 0; margin: 0; padding: 0; position: absolute; 
	top: 0; width: 100%; z-index: 60}

/* The slices in the Slider */
.nivo-slice{display: block; height: 100%; position: absolute; z-index: 50}

/* Caption styles */
.nivo-caption{background: #000000; bottom: 0; color: #ffffff; left: 0; opacity: 0.8; position: absolute; width: 100%; z-index: 89}

.nivo-caption p{margin: 0; padding: 5px}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{border: 0; color: #ffffff; cursor: pointer; display: block; font-size: 1.5em; font-weight: bold; height: 34px; 
	position: absolute; top: 45%; z-index: 99}

.nivo-prevNav{left: -2em}

.nivo-nextNav{right: -2em}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{bottom: -30px; position: absolute; text-align: center; width: 100%}

.nivo-controlNav a{background: url(../images/bullets.png) no-repeat; border: 0; cursor: pointer; display: inline-block;
	height: 10px; margin-right: 3px; position: relative; text-indent: -9999px; width: 10px; z-index: 99}

.nivo-controlNav a.active{background-position: -10px 0; font-weight: bold}