
.mask6{
	position:absolute;
	left:50%;
	margin-left:-250px;
	margin-top:45px;
	width:500px;
	height:312px;
	overflow:hidden;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

#box7 img{margin:0px;
	padding:0px;}

#thumbs7{
	float:left;
	width:100%;
	height:41px;
	padding:0px;
	overflow:hidden;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	bottom:0px;
	width:100%;
	margin:auto;
	padding:0px;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
	
}
#thumbs7 .thumbs div img{
	width:60px;
	float:right;
	margin:0px;
	padding:0px;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
	margin:0px;
	padding:0px;
}
#thumbs_mask7{
	width:1200px;
	margin:0px;
	padding:0px;
	background:url(thumbs_mask.gif) no-repeat center top;
}


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