

/* Sample 6*/


#box6{
	position:absolute;
	width:342px;
	height:355px;
	
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left;
}

.mask6{
	position:absolute;
	left:50%;
	margin-left:-220px;
	margin-top:20px;
	width:571px;
	height:355px;
	overflow:hidden;
	border:solid 1px #3BA3C0;
}



/* ********************************** */

.thumbs{
	width:114px;
}
.thumbs div{
	
	width:114px;
	height:55px;
	margin-top:20px;
	margin-left:20px;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:solid 1px #3BA3C0;
}

.info{
	width:340px;
	height:138px;
	background:#FFF;
	position:absolute;
	top:222px;
}
.info p, .info h4{
	color:#000;
	padding:3px 8px;
	font-family:Arial;
	margin-top:3px;
}
.info h4{
	font-size:18px;
}

.info p{
	font-size:11px;
}


.info h4 a{
	font-size:11px;
	text-decoration:none;
	color:#3BA3C0;
}


span img{
	display:block;
	border:none;
}
