

.mask6{
	position:absolute;
	left:0px;
	top:109px;
	margin-left:0px;
	width:1024px;
	height:456px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/

#bg span{
	display:block;
	float:left;
}

#thumbs7{
	position:absolute;
	left:865px;
	top:145px;
	width:80px;
	clear:both;
	height:20px;
	overflow:hidden;
	margin-top:0px;
	z-index: 1000;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:20px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:20px;
	height:20px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:20px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:40px;
	background:url(thumbs_mask.gif) no-repeat center top;
}



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

.thumbs{
	width:20px;
}
.thumbs div{
	display:block;
	width:20px;
	height:20px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

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