.sample{
 padding:20px 30px;
 margin:4px 0 25px 0;
 border:1px solid #e1e1e1
}

.mask_o{
	position:absolute;
	left:50%;
	margin-left:-320px;
	width:650px;
	height:430px;
	overflow:hidden;
}

#box_o{
	position:absolute;
}
#box_o span{
	display:block;
	float:left;
}
#thumbs_o{
	position:relative;
	width:650px;
	clear:both;
	height:288px;
	overflow:hidden;
	margin-top:450px;
	margin-left:80px;
}
#thumbs_o .thumbs, #thumbs_handles_o, #thumbs_mask_o{
	position:absolute;
	top:0;
	width:100%;
	height:288px;
}
#thumbs_o .thumbs div, #thumbs_handles_o span{
	display:block;
	width:70px;
	height:43px;
	margin:0;
	float:left;
	cursor:pointer;
	margin-bottom:5px;
}
#thumbs_o .thumbs div img{
	width:65px;
	float:right;
}
#thumbs_mask_o{
	width:1200px;
/*	background:url(thumbs_mask.gif) no-repeat center top;*/
}
#thumbs_handles_o span{
	background:url(thumb_invisible.gif) no-repeat;
}

#left{
	float:left
}
