#coverflow {
position: absolute; 
right: 0; 
top: -110px;
width:680px;
height:460px;
margin-left: -200px;
border: 0px solid;
overflow:hidden;

}
/*IE7 Fix */
*:first-child+html #coverflow{
top: -260px;
height:360px;
}
/*IE6 Fix */
* html #coverflow{
top: -450px;
height:380px;
}

#coverflow img { 
	position:absolute; 
	top:0px;
	border:none;
}
#coverflow h1 {
	text-align:center;
}
#coverflow a{
	color:#fff;
}
#coverflow .clear{
	clear:both;
}
#coverflow #images{

	visibility:hidden;
	margin:-130px -80px 0px 60px; /*perche devo mettere questo margine se è dentro un div??*/
	
}
/*IE7 Fix */
*:first-child+html #coverflow #images{
margin-top: 0px;
}
/*IE6 Fix */
* html #coverflow #images{
margin-top: 0px;
}
#coverflow #loading{
	margin:0px;
	text-align:center;
	width:600px;
	color:#fff;
}
#coverflow #loading img{
	margin:100px 0px 0px 0px;
	position:relative; 
}
#coverflow #captions{
	font: 10pt/8pt Arial, Helvetica, sans-serif;
	position:relative; 
	text-align:center;
	width:135px;
	z-index:10000;
	padding:8px 0px;
	color:#3E57A7;
	background: url(../pics/bgCaption.png) no-repeat center center;
	visibility:hidden;
}
/*IE6 Fix */
* html #coverflow #captions{
	background: url(../pics/bgCaption.gif) no-repeat center center;
}
#coverflow #scrollbar{
	visibility:hidden;
	position:relative; 
	padding-top:45px;
	background: url(../pics/scrollbar.png) no-repeat center bottom; 
	z-index:10001;
}
/*IE6 Fix */
* html #coverflow #scrollbar{
padding-top:25px;
visibility:visible;
height: 1px;
	background: url(../pics/scrollbar.png) no-repeat center bottom; 

	
}
#coverflow #slider{
	position:absolute;
	margin-top:-5px;
	margin-left:-5px;
	z-index:10002;
	background-image:url(../pics/slider.png);
	background-repeat:no-repeat;
	width:15px;
	height:11px;	
}
/*IE6 Fix */
* html #coverflow #slider{
	background-image:url(../pics/slider.jpg);

}
#coverflow #imageflow{

	margin-left:0px;
	text-align:left;
	padding:0px;
	}
#coverflow #changelog{
	width:149px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#coverflow #changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}