/*
 * 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 {
	float:left;
	position:relative;
	top:0px;
	width:450px !important;
	height:338px !important;
	background-color: #000;
	background-image: url(../ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0;
}

.slideroverlay 			{
	position:absolute;
	display:block;
	left:0px;
	height:450px;
	width:338x;
	z-index:109;
	text-align: center;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align: center;
}
#slider a { 	border:0; z-index:110	}


.nivoSlider {
	text-align: center;
	}
	
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	text-align: center;
}
.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%;
	text-align: center;
}

.nivo-caption {
	position:absolute;
	bottom:10px;
	left:0px;
	padding:10px;
	color:#000;
	width:auto;
	z-index:11;
	margin:0 auto;
}
.nivo-caption p {
/*	background:#008fc5; */
	line-height:normal;
	font-size:10px;
	text-transform:uppercase;
	margin:0;
		
	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;
	left:1px;
	top:10px;
	z-index:120;
	cursor:pointer;

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