* {margin:0;padding:0}
.sample{
	padding:5px 0px 20px 0;

}




.mask6{
	position:absolute;

	width:390px;
	height:235px;
	overflow:hidden;
		border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
	cursor: pointer;
}

#thumbs7{
	position:relative;
	width:90px;
	clear:both;
	height:20px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:20px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:30px;
	height:20px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:20px;
	float:right;
}
#thumbs_handles7 span{
	background:url(../images/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(../images/thumbs_mask.gif) no-repeat center top;
}



