



/* Sample 6*/

.mask6{
	position:relative;
	left:0px;
	top:0px;
	margin-left:0px;
	width:649px;
	height:326px;
	overflow:hidden;
}


/* Sample 7*/
#box7{
	position:absolute;

}
#box7 span{
	display:block;
	float:left;

}

#thumbs7{
	position:relative;
	width:649px;
	clear:both;
	height:53px;
	overflow:hidden;
	top:5px;

}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:53px;

}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:61px;
	height:53px;
	float:left;
	cursor:pointer;
        margin-right:12px;

}

#thumbs7 .thumbs div img{
	width:62px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}

#main-image #thumbs_handles7{
    margin-left:0px;
}

#thumbs_mask7{
	width:1200px;
}




