
 


#slider {
float:left;
position:relative;
top:0px;
margin:0;
background:#fff url(/ajax-loader.gif) no-repeat 50% 50%;
width:600px !important;
height:300px !important;
left: -25px;
}

.slideroverlay 			{ background:url(/images/slider_overlay.png) no-repeat top right; position:absolute; display:block; left:0px; height:300px; width:600px; z-index:109; }

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


.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:10px;
	left:40px;
	padding:10px;
	color:#000;
	width:auto;
	background:#fff;
	z-index:111;
	margin:0 auto;
}
.nivo-caption p {
	line-height:normal;
	font-size:12px;
	margin:0;
}

.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(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0 0 no-repeat;
}
.nivo-nextNav {
	right:8px;
	display:block;
	text-indent:-99999px;	
	width:8px;
	height:11px;
	background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) -8px 0 no-repeat;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	top:10px;
	bottom:0;
	width:20px;
	z-index:120;
	cursor:default;

}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:16px;

	text-indent:-9999px;
	border:0;
	padding-right:5px;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
	margin-right:0;
}

