/* Sample 6*/
#box6{
	position:absolute;
	width:auto;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left;
	width: 55px;
}
#handles6_2{
	float:right;
	clip: rect(auto,auto,auto,auto);
	width: 55px;
}
.mask6{
	position:absolute;
	width:258px;
	height:180px;
	overflow:hidden;
	margin-left: 55px;
}
.sample6 .buttons{
	clear:both;
	text-align: center;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:258px;
	height:25px;
	position:absolute;
	background-color: #09F;
}
.info p, .info h4{
	color:#FFF;
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

