@charset "UTF-8";

 .caroselloholder {
	position: relative;
	width: 344px;
	height: 62px;
	left: 0px;
	bottom: 0px;
	border-top: #999 1px solid;
}


.carosello {
	position: absolute;
	width: 312px;
	height: 58px;
	left: 16px !important;
	bottom: 0px;
	overflow: hidden;
}

.carosello ul {
	list-style: none;
	width: 312px;
	height: 58px;
}

.carosello li {
	display: inline;
	float: left;
	width: 78px;
	height: 58px;
}

.carosello li img {
	width: 70px;
	height: 50px;
	margin: 4px auto 4px auto;
}

.carosello li div {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.carosello li div a {
	font-weight: normal;
}

.carosello li div a:hover, .carosello li div a:active, .carosello li div a.current {
	font-weight: bold;
	color: #900;
}

.caroselloholder a.prev {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 16px;
	height: 58px;
	background: url(../arts/jcarousel/selectColour_left.gif) 0px 0px no-repeat;
}

.caroselloholder a.next {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 16px;
	height: 58px;
	background: url(../arts/jcarousel/selectColour_right.gif) 0px 0px no-repeat;
}

.caroselloholder  a.prev:hover, .caroselloholder a.next:hover {
	background-position: -16px 0px;
}

.caroselloholder  a.prev.disabled, .caroselloholder a.next.disabled {
	background-position: -32px 0px;
}
