body {
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.wrapper{
	background: url(images/bg.jpg) bottom center no-repeat;
	text-align:center;
}
a.next {	
	display:block;
	width:48px;
	height:42px;
	text-indent:-9999px;
	background:url(images/next.jpg) top left no-repeat;	
	outline:none;
}
a.prev {	
	display:block;
	width:48px;
	height:42px;
	text-indent:-9999px;
	background:url(images/prev.jpg) top left no-repeat;	
	outline:none;
}
a.prev:hover,
a.next:hover{
	background-position:bottom left;	
}