/*
* jQuery Nivo Slider v1.1
* http://nivo.dev7studios.com
*
* Copyright 2010, Gilbert Pellegrom
* Free to use and abuse under the GPL license.
* http://www.gnu.org/copyleft/gpl.html
*
* March 2010
 */
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-caption
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #FFF;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
}
.nivo-caption P
{
	padding: 5px;
	margin: 0;
}
.nivo-directionNav A
{
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav
{
	left: 0px;
}
.nivo-nextNav
{
	right: 0px;
}
.nivo-controlNav A
{
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav A.active
{
	font-weight: bold;
}
