.mask3{
	position: absolute; 
	width:448px;
	height:299px;
	overflow:hidden;	
}
#box3{
	position:absolute;
}	
#box3 span{
	float:left;			
}
#thumbs3{
	position: absolute;  
	width:365px;
	clear:both;
	height:41px;
	overflow:hidden;
}	
thumbs3 .thumbs, #thumbs_handles3, #thumbs_mask3{
	position: absolute;
	width:100%;
	height:41px;
	
}
#thumbs3 .thumbs div, #thumbs_handles3 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs3 div img{
	width:54px;
	float:right;
}
#thumbs_handles3 span{
	background: url(../images/thumb_invisible.gif) no-repeat;
}
#thumbs_mask3{
	width:1200px;
	background: url(../images/thumbs_mask.gif) no-repeat center top;
}
