/*
 * 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 {
	left:0px;
	position:absolute;
	top:0px;
}

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

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

.nivo-caption {
	color:#fff;
	display:block;
	font-size:22px;
	font-weight:normal;
	height:122px;
	position:absolute;
	text-transform:none;
	top:156px;
	width:560px;
	z-index:1000;
}

.nivo-caption .slider_caption {
	background:url('images/slider_caption.png') no-repeat 0 0 transparent;
	margin:0;
	padding-top:36px;
}

.nivo-directionNav a {
	background:url('images/slider_btn.png') no-repeat;
	border:0;
	cursor:pointer !important;
	display:block;
	height:58px;
	text-indent:-9999px;
	width:30px;
}

a.nivo-prevNav {
	left:0px;
	position:absolute;
	top:100px;
}

a.nivo-prevNav:hover{
	background-position:0px 58px;
}

a.nivo-nextNav {
	background-position:-30px 0px;
	position:absolute;
	right:0px;
	top:100px;
}

a.nivo-nextNav:hover{
	background-position:-30px -58px;
}

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

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

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