#carousel
{
	width:730px;
	height:300px;
	overflow:hidden;
	background-color:#FFFFFF;
}

.carousel
{
	width:730px;
	height:300px;
	overflow:hidden;
}

a.carouselButton
{
	display:block;
	width:31px;
	height:18px;
	background-image:url(../images/carousel_item.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

a.carouselButton span
{
	width:30px;
	display:block;
	text-align:center;
	padding-top:2px;
	cursor:pointer;
}

#carouselNav
{
	background-color:#FFFFFF;
}

a.carouselButton:hover
{
	background-position:bottom left;
}