/* Sample 8*/
#box8{
	position:absolute;
	left: -5px;
}
#box8 div{
	width:400px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
}

/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}


.mask1{
	position:relative;
	width:400px;
	height:360px;
	overflow:hidden;
/*	border:solid #CC0000 1px;*/
}

span img{
	display:block;
	border:none;
}
