/* Write here your custom CSS rules. */
#wp_cycle_rotator {
     float:left;
     width:620px;
     /*margin:10px 120px 10px 10px;*/
     /*margin-right:120px;*/
     padding:10px 50px 10px 50px;
     /*display:inline-block;*/
}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #D70606 url(images/date.png) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.mese{
	display: block;
	margin-bottom: 8px;
}
div.date span.giorno{
	font-size: 190%;
	font-size: 150%;
	color: #444;
	font-weight: bold;
	line-height: 0.8;
	line-height: 0.5;
}
div.date p span.anno{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
}
