.mask6{
	position:absolute;
	left: 0;
	top: 78px;
	width: 784px;
	height: 295px;
	overflow:hidden;
}

/* Sample 7*/

#box7{
	position:absolute;
}

#box7 span{
	display:block;
	float:left;
}

#thumbs7 {
	position:relative;
	width:68px;
	clear:both;
	height:295px;
	overflow:hidden;
	float: right;
	margin: 4px 102px 0 0;
}

#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:45px;
}

#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:68px;
	height:45px;
	margin:0;
	cursor:pointer;
	float: left;
	margin-bottom: 4px;
}
#thumbs7 .thumbs div img{
	width:68px;
	float:right;
}
#thumbs_handles7 span{
	background:url(noobslide/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:68px;
	background:url(noobslide/thumbs_mask.gif);
}

p#thumbs_handles7 { margin: 0; }