

.nivo-directionNav a {
	

    display: block;
    height: 37px;
    text-indent: -9999px;
    width: 22px;
	position:absolute;
	bottom:11% !important;
	cursor:pointer;
	top:auto !important;
	
}
.nivo-prevNav {
	background: url("../images/arrows2.png") no-repeat scroll 0 0 transparent;
	background-position: 0 -47px !important;
	right:75px !important;
	z-index:200 !important;
	
}




a.nivo-nextNav {
    background: url(../images/arrows3.png) bottom right no-repeat;
    right: 30px !important;
	width:100%; height:500px; 
	z-index:100;
}

a.nivo-nextNav:hover {
    background: url(../images/arrows3.png) bottom right no-repeat;
}





.nivo-caption p {
	padding:0px !important;
	margin:0;
}


