/* Sample 7*/
.mask7{
	position:relative;
	width:480px;
	height:380px;
	overflow:hidden;
}

#box7{
	position:relative;
	width:480px;
	height:380px;
	margin-bottom:5px;
	overflow:hidden;
}
#box7 span{
	display:block;
	float:left;
	width:480px;
	height:380px;
	overflow:hidden;
}

#thumbs7{
	position:relative;
	width:480px;
	clear:both;
	height:41px;
	overflow:hidden;
}
#thumbs7 .thumbs, #thumbs_handles7{
	position:absolute;
	top:0;
	margin-top:0;
	width:100%;
	height:41px;
	overflow:hidden;
}

#thumbs7 .thumbs div, #thumbs_handles7 span, .thumbs span{
	display:block;
	width:58px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
	margin-right:2px;
	overflow:hidden;
}

#thumbs_mask7{
	width:1000px;
	position:absolute;
	top:0;
	height:41px;
	padding:0;
	background:url(thumb_invisible.gif) no-repeat center top;
	overflow:hidden;
	margin-left:-1px;
	/*background:transparent;*/
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

.mask2{
	position:relative;
	width:920px;
	height:195px;
	overflow:hidden;
}



