

/* Sample 2*/
#box2{
	position:absolute;
}


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

.mask2{
	position:relative;
	width:800px;
	height:520px;
	overflow:hidden;
}

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

.buttons {position: absolute; right: 40px; top: 20px;}
#next1 {position: absolute; right: 0px; }
#prev1 {position: absolute; right: 40px; display: inline; }
.buttons span {
	
	padding:	0 5px;
	cursor:		pointer;
	font-family: impact;
	font-size:	36pt;
	font-weight: bold;
	color: #490e00;
	
}
.buttons span.active, .buttons span:hover {
	background:	#490e00;
	color:		#fff;
}

