	<style type="text/css">

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 350px;
height: 160px;
padding-right: 20px;
padding-left: 0px;
}

#pscroller2{
width: 140px;
height: 140px;
padding-right: 20px;
padding-left: 0px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

</style>
	<style type="text/css">
	.container {
		font-family:"Verdana";
		padding:0px;
		margin:0px;
		margin-top:1px;
		text-align:center;
		
	}
	.msg_body {
		display:none;
		padding:0px;
		margin:0px;
		height:319px;
		text-align:left;
		font-size:14px;
		color:#fff;
		font-family:"Verdana";
		
	}
	.msg_body a{
		font-weight:bold;
		color:#ffcc00;
	}
	.msg_body a:hover{
		color:#ff0000;
		text-decoration:none;
	}
	.rigay{
		width:30%;
	}
	#griglia {
			
		display:inline;
	}
	.linkclass
	{
		list-style-image: none;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		height: 24px;
		text-transform:uppercase;
	}
	.linkclass li {
		text-align:center;
		float: left;
		background-color: #999;
		width:46px;
		padding:0px;
		margin:0px;
		margin-right: 2px;
		cursor: pointer;
		font-family: "Verdana";
		font-size: 9px;
		font-weight:bold;
		height: 24px;
		line-height: 24px;
	}
	.linkclass a{
		padding-top:0px;
		margin-top:0px;
		color: #fff;
		text-decoration:none;
	}
	
	.linkclass li:hover {
		background-color: #ccc;
	}
	
</style>