* {
	margin: 0px;
	padding: 0px;
}
/* Sample 4*/
#box4{
	position:relative;
	background-color: #cce5f7;
}
#box4 div{
	width:500px;
	height:313px;
	float:left;
	margin-top: 20px;
}


#box4 h3 {
	margin-top: 10px;
}
#box4 img{
	width:290px;
	height:313px;
	float:left;
	position: relative;
	top: -20px;
	padding-right: 11px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
.mask3{
	position:relative;
	width:500px;
	height:313px;
	overflow:hidden;
}
.buttons { 
	right: 0px; 
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 22px;
	background-color: #335c85;
	padding-left: 10px;
}
.buttons span{
	cursor:pointer;
	float: left;
	background-image: url(../elementi/slide/span.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 3px;
	margin: 2px 2px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	border: 1px solid #fff;
}
.buttons span.active, .buttons span:hover{
	color: #003366;
}