/* Sample 6*/
#box6{
	position:absolute;
	width:504px;	
	top: 3px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left;
	padding-left:2px;
}
#handles6_2{
	float:right;
	padding-right:1px;
}
.mask6{
	position:absolute;
	left:50%;
	margin-left:-154px;
	width:504px;
	height:334px;
	overflow:hidden;
}


/* ********************************** */

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

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

