/* Sample 6*/
#box6{
	position:absolute;
	width:900px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:relative;
	margin-left:0px;
	width:900px;
	height:230px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
#box7{
	position:relative;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:720px;
	clear:both;
	height:45px;
	overflow:hidden;
	margin-top:0px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7 {
margin-top:0px;
	position:absolute;
	top:0;
	width:100%;
	height:45px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span {
margin-top:0px;
	display:block;
	width:180px;
	height:45px;
	margin:0px;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
margin-top:0px;
	width:180px;
	float:right;
}
#thumbs_handles7 span{
margin-top:0px;
	background:url(slideshow/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
margin-top:0px;
	width:1200px;
background:url(slideshow/thumb_invisible.gif) no-repeat center top;
}


/* ********************************** */

.esempio{
margin-top:0px;
	width:180px;
	height:45px;
	margin:0px;
	
}

.thumbs{
margin-top:0px;
	width:180px;
	
}
.thumbs div{
margin-top:0px;
	display:block;
	width:180px;
	height:45px;
	margin:0px;
	cursor:pointer;
}

.thumbs div img{
margin-top:0px;
	display:block;
	width:100%;
	height:100%;
	border:none
}

span img{
	display:block;
	border:none;
}