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