
#slider {

	position: relative;
	width: 978px;
	height: auto;
	height: 356px;
	overflow: hidden;
}
#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
 height:322px;
 z-index:10;

}

#slider a {
 border:0;
 display:block;
 
}

#slider .nivo-controlNav {
 position:relative;
 right:0;
 bottom:-25px;
 margin-left:-40px; /* Tweak this to center bullets */
}

a.nivo-control {
 float: right;
 color: black;
 text-indent:-9999px;
 background:url(../images/bullet.png) no-repeat;
 display: block;
 margin-top:300px;
 width: 22px;
 height: 20px;
}



a.nivo-control:hover, a.active {
 background:url(../images/bullet_active.png) no-repeat;
  margin-top:300px;

}

#slider .nivo-directionNav a {
 display:block;
 width:30px;
 height:30px;
 text-indent:-9999px;
 border:0;
}

#slider a.nivo-nextNav {
 width: 35px;
 height: 35px;
 background: url('../images/arrowRight.png');
 right:10px;
}

#slider a.nivo-prevNav {
 width: 35px;
 height: 35px;
 background: url('../images/arrowLeft.png');
 left:10px;
}




