.mask1{
	position:relative;
	width:570px;
	height:440px;
	overflow:hidden;
	z-index:1;
}

.mask2{
	position:relative;
	width:120px;
	height:119px;
	overflow:hidden;
	z-index:1;
}

.mask5{
	position:relative;
	width:950px;
	height:480px;
	overflow:hidden;
	z-index:1;
	margin-top:8px;
}

.mask6{
	position:absolute;
	left:50%;
	margin-left:-175px;
	width:350px;
	height:390px;
	overflow:hidden;
}


/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
	width:570px;
	height:440px;
}

/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
	width:120px;
	height:119px;
}

#box5{
	position:absolute;
}

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

#thumbs7{
	position:relative;
	width:866px;
	clear:both;
	height:80px;
	overflow:hidden;
	left:50%;
	margin-left:-433px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:80px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:86px;
	height:80px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:80px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1800px;
	background:url(thumbs_mask.gif) no-repeat center top;
}



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

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

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