/* ============================================================================== */
/* Homepage Custom Nivo Slider Styles
/* ============================================================================== */

#slider img { position: absolute; top: 0px; left: 0px;}
#slider a {	border: 0;}

.nivo-controlNav { position: absolute; left: 0;	top: 358px;}
	.nivo-controlNav a { display: block; float: left; width: 18px; height: 18px; background: url(../images/slider_control.png) no-repeat; text-indent: -9999px;	border :0; margin-right:3px;}
		.nivo-controlNav a:hover, .nivo-controlNav a.active { background-position: 0 -17px;}
	.nivo-directionNav { position: absolute; top: 358px; right: 0;}
		.nivo-directionNav a { display: block; position: relative; float: left;	width: 12px; height: 19px; background: url(../images/arrows.png) no-repeat;	text-indent: -9999px; border: 0;}
			a.nivo-prevNav { margin: 0 16px 0 0; background-position: 0 0;}
				a.nivo-prevNav:hover { background-position: 0 -19px;}
			a.nivo-nextNav { background-position: -12px 0;}
				a.nivo-nextNav:hover { background-position: -12px -19px;}
