/* Sample 6*/
#box6{
	position:absolute;
	/*left:20px;
  top:2px;*/
	width:446px;
}
#box6 span{
	display:block;
}
#handles6_1{
  position:absolute;
  left:60px;
  top:266px;
}
#handles6_2{
  position:absolute;
  left:60px;
  top:326px;
}
.mask6{
	margin: 4px 0px 0px 22px;
	position:absolute;
	/*left:20px;
  top:2px;*/
	width:446px;
	height:248px;
	overflow:hidden;
}

/* ********************************** */

.thumbs{
	/*display:table-row;*/
	width:400px;
}

.thumbs div{
	display:inline;
	width:90px;
	height:50px;
	margin:0px 6px 0px 0px;
	cursor:pointer;
}

.thumbs div img{
	display:inline;
	width:90px;
	height:50px;
	border:white dashed 1px;
	margin:0;
}

.info{
	width:446px;
	height:26px;
	background:#000;
	position:absolute;
}
.info h4{
	margin: 1px 0px 0px 0px;
	font-size:16px;
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}

