/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
        border: 1px solid #FF0000;
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/slideshow/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
