 
.nivoSlider
{
	position : relative;
	width : 900px;
	height : 300px;
	margin : 30px auto;
}

.nivoSlider img
{
	z-index: 1;
	position : absolute;
	top : 0;
	left : 0;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink
{
	z-index : 2;
	display : none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
	border : 0;
}

/* The slices in the Slider */
.nivo-slice
{
	z-index : 2;
	display : block;
	position : absolute;
	/*height : 100%;*/
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a
{
	z-index : 3;
	position : absolute;
	top : 38%;
	width : 46px;
	height : 79px;
	text-indent : -1000em;
	cursor : pointer;
}

.nivo-directionNav a.nivo-prevNav
{
	left : 0px;
	background : url(../images/FrecciaL.png) no-repeat top left;
}

.nivo-directionNav a.nivo-nextNav
{
	right : 0px;
	background : url(../images/FrecciaR.png) no-repeat top left;
}
