
.mask6{
	position:relative;
	width:320px;
	height:150px;
	overflow:hidden;
	  margin-left: auto;
    margin-right: auto;
}

/* Sample 7*/
#box7{
	position:absolute;
	
}
#box7 span{
	display:block;
	float:left;
	
}

#thumbs7{
	position:relative;
	width:320px;
	clear:both;
	height:15px;
	overflow:hidden;
  margin-left: auto;
    margin-right: auto;
margin-top:5px;

}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:40px;

}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:40px;
	margin:0;
	float:left;
	cursor:pointer;
		  margin-left: 2px;
	  margin-right: 2px;
	
}
#thumbs7 .thumbs div img{
	width:60px; 
	height:40px; /*asdasdasd*/
	float:right;


}
.thumbs{
	width:64px;
}
.thumbs div{
	display:block;
	width:64px;
	height:41px;
	cursor:pointer;
	
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
	
}




span img{
	display:block;
	border:none;
	
}