/*
 * jQuery Nivo Slider v2.0
 * 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
 */

.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top: 0px;
	left: 0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:-2px;
	top: 175px;
	background:#fff;
	color:#232323;
	width: 545px;
	z-index:80;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	height: 108px;
	border: 1px solid #d6d6d6;
	padding: 1px;
	border-right: none;
	border-top: none;
}

.nivo-caption p {
	padding:10px;
	margin:0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url('images/slider_arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {
	left:10px;
}

.nivo-controlNav {
	position:absolute;
	right: 15px;
	bottom: 5px;
	z-index: 100;
}

.nivo-controlNav a {
	display:block;
	width:25px;
	height:23px;
	background:url('images/slider_navi.png') no-repeat;
	text-indent:-9999px;
	color: #fff;
	border:0;
	margin-right:-5px;
	float:left;
	z-index:99;
	cursor: pointer !important;
}

.nivo-controlNav a.active {
	background-position:0 -23px;
}