/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}
.numeri_perc {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 50px;
	float: left;
	display: block;
	height: 60px;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
}


.jcarousel-clip {
	z-index: 2;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 600px;
	height: 65px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    /*z-index: 3;
    display: none;*/
	visibility:hidden 
}

.jcarousel-prev {
    /*z-index: 3;
    display: none;*/
	visibility:hidden
}
#mycarousel ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mycarousel ul li {
	margin-top: 0px;
}
	/**
	 * Additional styles for the controls.
	 */
	.jcarousel-control {
	margin-bottom: 0px;
	margin-top: 2px;
	float: right;
	}
	.jcarousel-control a {
		text-decoration: none;
		height: 8px;
		width: 8px;
		margin-top: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-size: 0px;
		display: block;
		padding: 0;
		float: left;
	}
	
	.jcarousel-control a:link,
	.jcarousel-control a:visited {
	background-image: url(../../images/carousel_a.gif);
	background-repeat: no-repeat;
	}
	
	.jcarousel-control a:focus,
	.jcarousel-control a:active {
	background-image: url(../../images/carousel_b.gif);
	background-repeat: no-repeat;
	}
	
	.jcarousel-scroll {
		margin-top: 10px;
		text-align: center;
	}
	
	.jcarousel-scroll form {
		margin: 0;
		padding: 0;
	}
	
	.jcarousel-scroll select {
		font-size: 75%;
	}
	
	#mycarousel-next,
	#mycarousel-prev {
		cursor: pointer;
		margin-bottom: -10px;
		text-decoration: underline;
		font-size: 11px;
	}

