


.carouselLeft {	
	display:none;
	background:url(rotate-left.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
	position:absolute;
	top:20px;
	left:20px;
}
.carouselLeft:hover {		
	width:40px; height:40px;
	background-position: 0px 40px;
	cursor:auto;
}
.carouselRight {
	display:none;
	background:url(rotate-right.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
	position:absolute;
	top:20px;
	left:64px;
}
.carouselRight:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;
}


