/*
 * jQuery Nivo Slider v1.6
 * 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 {
width:500px !important;
float:left;
position:relative;
margin:0;
min-height:300px;
background:#fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

.nivosliderframe { position:relative;}
.sliderbg {
	background:url(../images/slider_frame.png) no-repeat;
	width:500px;
	height:300px;
	position:absolute;
	left:0;
	z-index:14;
	}
	
	#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	}


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

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

.nivo-caption {
	position:absolute;
	bottom:-3px;
	left:3px;
	padding:5px 0px;
	color:#fff;
	width:auto;
	z-index:11;
	margin:0 auto;
}
.nivo-caption p {
/*	background:#008fc5; */
	padding:5px 15px;
	line-height:normal;
	font-size:10px;
	text-transform:uppercase;
	margin:0;
	
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;		
	position:relative;		
	z-index:14;
}

.nivo-directionNav a {
	position:absolute;
	bottom:10px;
	z-index:24;
	cursor:pointer;
	
}
.nivo-prevNav {
	left:410px;
	text-indent:-99999px;
	display:block;
	width:8px;
	height:11px;
	background:url(../images/arrows.png) 0 0 no-repeat;
}
.nivo-nextNav {
	right:8px;
	display:block;
	text-indent:-99999px;	
	width:8px;
	height:11px;
	background:url(../images/arrows.png) -8px 0 no-repeat;
}

.nivo-controlNav {
	position:absolute;
	right:5px;
	bottom:-15px;
	z-index:23;
	cursor:pointer;

}
.nivo-controlNav a {
	display:block;
	float:left;
	width:8px;
	height:8px;
/*	background:url(../images/bullets.png) no-repeat; */
	text-indent:-9999px;
	border:0;
	padding-right:5px;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
	margin-right:0;
}

