/* Sample 7*/
.mask6{
	position:relative;
	width:600px;
	height:426px;
	overflow:hidden;
}

#box7{
	position:relative;
	width: 900px;
	border: none;
}
#box7 span{
	float:left;
}

#thumbs7{
	background-color: #CCC;
	position:relative;
	width:480px;
	clear:both;
	height:75px;
	overflow:hidden;
	margin-left: 60px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	margin-top: 20px;
	width:100%;
	height:10px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:45px;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:60px;
	float:right;
}

#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	margin-top: 10px;
	background:url(thumbs_mask.gif) no-repeat center top;
}

#sample {
	border: none;	
}

span img{
	display:block;
	border:none;
}