/* Slider Styling */
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none; }
 
#slider a { border: 0; }
 
.nivo-controlNav {
	position: absolute;
	right: -135px;
	bottom: -135px; }
 
	.nivo-controlNav a {
		display: block;
		width: 10px;
		height: 10px;
		background: url(../images/bullet.png) no-repeat;
		text-indent: -9999px;
		border: 0;
		margin-right: 3px;
		float: left; }
 
		.nivo-controlNav a:active { margin: 0px 3px 0px 0px; }
 
		.nivo-controlNav a.active { background-position: -9px 0; }
 
.nivo-directionNav a { display: none; }
