@charset "UTF-8";
/* CSS Document */

#caroselloPictures {
        position: relative;
		width: 439px;
		height: 58px;
		margin-top: 4px;
		padding-left: 27px;
		background-color: #f2f2f2;
}

.caroselloholder {
        position: relative;
		width: 412px;
		height: 58px;
		overflow: hidden;
}

.carosello {
		width: 412px;
		height: 58px;
		top: 0;
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
}

.carosello li {
		width: 57px;
		height: 48px;
		padding-top: 10px;
		padding-left: 10px;
}



a.prev {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 27px;
	height: 58px;
	background: url(../arts/jcarousel/morePictures_left.gif) 0px 0px no-repeat;
}

a.next {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 27px;
	height: 58px;
	background: url(../arts/jcarousel/morePictures_right.gif) 0px 0px no-repeat;
}

a.prev:hover, a.next:hover {
	background-position: -27px 0px;
}

a.prev.disabled, a.next.disabled {
	background-position: -54px 0px;
}

