/* The Nivo Slider styles */
#slider-wrapper 
{
    background:url(../images/dvContainerRowAColBRowB.png) no-repeat top left;
    width:720px;
    height:150px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:720px;
    height:150px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav 
{
	position:absolute;
	left:570px;
	bottom:15px;
}

.nivo-controlNav a 
{
	display:block;
	width:18px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
	position:relative;
	z-index:9;
	cursor:pointer;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
	font-weight:bold;
}

.clear {
	clear:both;
}
