/*
 * 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
*/
#slider {
	position:relative;
	min-height:575px !important;
	_height:575px !important;
	margin:0px 0px 50px 0px;
	background:url(/_i/loading.gif) no-repeat 50% 50%;
	z-index:3;
}
#slider-main{
	position:relative;
	min-height:435px !important;
	_height:435px !important;
	background:url(/_i/loading.gif) no-repeat 50% 50%;
	z-index:3;	
}
#slider .nivo-img, #slider-main .nivo-img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a, #slider-main a {
	border:0;
	display:block;
}

.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%;
	border:0;
	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:0px;
	bottom:0px;
	background:white;
	color:black;
	font-weight:bold;
	text-align:center;
	opacity:0.5 !important;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-directionNav a {
	position:absolute;
	top:210px;
	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;
}
.nivo-controlNav {
	position:absolute;
	left:8px;
	top:445px;
	z-index:99;
}
.nivo-controlNav a {
	width:74px;
	height:50px;
	/*background:url(/_i/bullets.png) no-repeat;*/
	text-indent:-9999px;
	margin-right:6px;
	margin-bottom:5px;
	float:left;
}
.nivo-controlNav a.active img{
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
/*
.nivo-controlNav a.active {
	background-position:-10px 0;
}
*/
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/_i/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
