/* Sample 6*/
#box6{
	position:relative;
	width:400px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:left
}
#handles6_3{
	float:left
}
#handles6_4{
	float:left
}
#handles6_5{
	float:left
}
.mask6{
	position:relative;
	width:400px;
	height:350px;
	overflow:hidden;
}

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

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


span img{
	display:block;
	border:none;
}


#cont{width:400px; margin:0 auto; background:#fff; text-align:left;}
