/* Sample 6*/
#box6{
	position:absolute;
	width:240px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:absolute;
	left:50%;
	margin-left:-120px;
	width:240px;
	height:256px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* ********************************** */

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:590px;
	float:left;
}


#box8 .next{
	float:right
}
.sample8 .buttons{  
 
	text-align:center;
}


/* ********************************** */

	

.mask1{
	position:relative;
	width:590px;
	height:256px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:256px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:590px;
	height:256px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:260px;
	height:31px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}



