html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden; text-align:left;background-image: url(../images/background.jpg); background-repeat:repeat-x; }

a img{border:0;}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

div#preload { display: none; }