/* Sample 4*/
#box4{
	position:absolute;
	visibility: visible;
}
#box4 div{
	width:990px;
	height:240px;
	float:left;
	background:#FFF;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:5px;
}


/* ********************************** */

.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
}

.mask3{
	position:relative;
	width:990px;
	height:316px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}
