
#scroller-holder ul{	
	width:780px;
	margin:0px auto;
}
.image-fan li{
	float:left;
	position:relative;
	overflow:hidden;
	background:transparent;
}

li.active{
	height:120px;
	background:#cdd7d8;
}
li.highlight span.image{border:2px solid #b0ccf5;}
.image-fan li span{display:block;}
/*height must be the same as the li to hide the copy when inactive - however this will be over riden in the js*/

