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

#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

#box4{
	position:absolute;
}
#box4 span{
	display:block;
	float:left;
}

.mask2{
	position:relative;
	width:200px;
	height:140px;
	overflow:hidden;
}

.mask3{
	position:relative;
	width:400px;
	height:80px;
	overflow:hidden;
	backgoround:#000;
}


.mask4{
	position:relative;
	width:248px;
	height:160px;
	overflow:hidden;
	backgoround:#000;
}
span img{
	display:block;
	border:none;
}

.buttons{
	position:absolute;
	padding:5px;
	margin:-135px 0px 0px 170px;
}

.tuttons{
	position:absolute;
	padding:5px;
	margin:3px 0px 0px 205px;
}


.futtons{
	position:absolute;
	padding:5px;
	margin:-70px 0px 0px 7px;
}

#next1{
	position:absolute;
	display:block;
	background:url(../img/ref_right_arrow.gif) no-repeat left top;
	width:12px;
	height:12px;
	margin:0px 0px 0px 15px;
	cursor:pointer;
}

#prev1{
	position:absolute;
	display:block;
	background:url(../img/ref_lft_arrow.gif) no-repeat left top;
	width:12px;
	height:12px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
}
#next4{
	position:absolute;
	display:block;
	background:url(../img/ref_right_arrow.gif) no-repeat left top;
	width:12px;
	height:12px;
	margin:0px 0px 0px 15px;
	cursor:pointer;
}

#prev4{
	position:absolute;
	display:block;
	background:url(../img/ref_lft_arrow.gif) no-repeat left top;
	width:12px;
	height:12px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
}
#next3{
	position:absolute;
	display:block;
	background:url(../img/ref_right_arrow.gif) no-repeat left top;
	width:12px;
	height:12px;
	margin:0px 0px 0px 430px;
	cursor:pointer;
}

#prev3{
	position:absolute;
	display:block;
	background:url(../img/ref_lft_arrow.gif) no-repeat left top;
	width:12px;
	height:12px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
}