/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	background-color:rgb(52,20,22);
	left:14;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:-33px;	
}

.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	
	padding:2px 3px 3px 3px;
	font-size:13px;

	border:0;
	margin-left:3px;
	float:left;
	
	background-color:#a50131;
	color:#fff;
	
	text-decoration:none;
	text-align:center;
}
.nivo-controlNav a.active {
	color:#ffff00;
}

.nivo-directionNav a {
	display:none;
	width:32px;
	height:34px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
