.mask6{
	position:absolute;
	left:0;
	margin-left:0;
	width:380px;
	height:180px;
	overflow:hidden;
}

/* Sample 7*/
#box7{
	position:absolute;
	top:10px; left:0;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:absolute;
	top:0; right:-14px;
	width:220px;
	clear:both;
	height:180px;
	overflow:hidden;
	margin:0 0 30px 0;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:220px;
	height:200px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:50px;
	height:50px;
	margin:0 10px 5px 10px;
	float:left;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
}

#thumbs_handles7 span{
	background:#fff;
	filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity: 0.4; opacity: 0.4; /* -moz-opacity: 0.40; Mozilla (Old) */
}
#thumbs_handles7 span:hover, #thumbs_handles7 span:focus, #thumbs_handles7 span:active{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; /* -moz-opacity: 0; Mozilla (Old) */}
#thumbs_mask7{
	width:1200px;
	background:none;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:50px;
	height:50px;
	margin:3px 0;
	cursor:pointer;
}

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

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.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;
}