.carousel-component { 
    padding:12px 16px 4px 16px;
    margin-top:0px;
	/*-moz-border-radius:20px;
	border:3px double #5599ff;*/
	background-image: url(../img/sfondo_carousel.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin: auto;
	
}

.carousel-component .carousel-list li { 
    margin:4px;
    width:85px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:auto; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */

}

.carousel-component .carousel-list li a { 
    display:block;
    outline:none;
	color:#003399;

	
}

.carousel-component .carousel-list li a:hover { 
    /*border: 0px solid #ff9900; */
	color:#ff9900;

	
}

.carousel-component .carousel-list li img { 
    border:3px  double #ff9900;
    display:block;

	
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer;
    left:5px;
}

.carousel-component .carousel-next { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px;
}

h1#titolo_carousel {
	background-image: url(../img/titolo_carousel.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:440px;
	height:20px;
	margin:0;

}

h1#titolo_carousel p {
	color:#ff9900;
	text-align:right;
	width:93%;
}


h1#titolo_carousel p a:hover{
	color:#ff9900;
}






