/* Sample 6*/
#box6{
	position:absolute;
	/*width:240px;*/
	width: 590px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:absolute;
	left:50%;
	top: 84px;
	margin-left:-295px;
	width: 590px;
	height: 427px;
	overflow:hidden;
	}
	
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
#box7{
	position:absolute; width: 6000px; height: 500px; display:block; overflow: hidden; 
}
#box7 img{
	width: 590px;
	float:left
}
#box7 span{
	display:block;
	float:left; width: 590px; height: 440px;
}

#thumbs7{
	position:relative;
	width:auto;
	clear:both;
	height:47px;
	overflow:hidden;
	margin: 0 auto;
	background: #AEC5D6;
}

#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:4px;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	/*width:60px;*/
	width: 60px;
	padding-left: 12px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}

#thumbs_handles7 {width: 700px; position:absolute; top: 38px; z-index: 99}

#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
	width:54px; margin-left:6px; float:left; display: block; height:41px; z-index:100
}


