/* Sample 6*/
#box6{
	position: absolute;
	width: 800px;
	top: 0px;
	left: 0px;
}
#box6 span{
	display: block;
}
#handles6_1{
	float: left;
}

.mask6{
	position: absolute;
	width: 800px;
	height: 400px;
	overflow: hidden;
	top: 120px;
	left: 40px;
}
.sample6 .buttons{
	clear: both;
	text-align: center;
}

#buttons{
	position: absolute;
	width: 390px;
	left: 47px;
	top: 511px;
	z-index: 2;
	}

#thumbnails{
	position: absolute;
	width: 20px;
	left: 20px;
	top: 120px;
	z-index: 3;
	height: 300px;
	}
	
#pick_color{
	position: absolute;
	width: 89px;
	height: 27px;
	z-index: 4;
	left: -105px;
	top: 150px;
	border: 4px solid #36F;
	}
	
.info{
	width: 230px;
	height: 30px;
	background: #000;
	position: absolute;
	left: 570px;
	top: 370px;
}
.info p, .info h4{
	color: #fff;
	padding: 0px 8px;
	font-family: Arial;
}
.info h4{
	font-size: 10px;
}
.info h4 a{
	float: right;
	background: #fff;
	color: #000;
	font-size: 10px;
	padding: 0 8px;
	text-decoration: none
}	
