#ticker{
margin:0px 5px;
padding:0px;
}

/* root element for scrollable */
.vertical {  
	clear:both;
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 118px;	 
	/*width: 700px;*/
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
	width:100%;
}

/* single scrollable item */
.item {
	border-bottom:1px solid #ddd;
	margin:5px 0;
	padding: 4px 0px 0px 0px;
	font-size:12px;
	height:108px;
}

/* elements inside single item */
.item img {
	width:50px;
	border:none;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
}

.fototicker{float:left;display:block;width:68px;height:98px;overflow:hidden;}

.tickertitle 
{
	margin-top:-4px;
	font-weight:bold;
	font-size:16px;
}

.tickertitle, .descrizione {display:block;}

/*.urlticker{float:right;}*/

.disabled {visibility:hidden;}