
.sample{border:3px solid #c6c6c6; background-color:#e5e5e5; width:530px; height:495px;}

.mask6{
	position:absolute;
	width:451px;
	height:338px;
	overflow:hidden;
	margin:30px;
	margin-left:40px;
}

/* Sample 7*/
#box7{
	position:absolute;
}

span.prod_img{
	display:block;
	width:451px;
	height:338px;
	float:left;
	text-align:center;
}

span.prod_img img{
	_display:block;
	_height:338px;
	_text-align:center;
}

#thumbs7{
	position:relative;
	clear:both;
	height:500px;
	overflow:hidden;
	margin-top:280px;
}

#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:81px;
	margin-top:100px;
	*margin-top:380px;
	margin-left:37px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:108px;
	height:81px;
	margin:0;
	float:left;
	cursor:pointer;
	padding:3px;
}
#thumbs7 .thumbs div img{
	height:81px;
	float:right;
}
#thumbs7 .thumbs div {
	text-align:center;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1800px;
	background:url(thumbs_mask.gif) no-repeat center top;
}

