﻿.mask3{
	position:relative;
	width:665px;
	height:300px;
	overflow:auto;
	overflow-x: hidden;
	
	/*overflow:hidden;*/
}
/* Sample 4*/
#box4{
	position:absolute;
	left: 0px;
	top: 0px;
}
#box4   div{
	width:650px;
	height:400px;
	float:left;
	background-color: #FFFFFF;
}

#info4{
	color:#0070DF !important;
	cursor:default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:480px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}

