.mask3{
	position:relative;
	width:415px;
	height:76px;
	overflow:hidden;
	margin-left: 28px;
	z-index: 5;
	background:#eee;
}
#box4{
	position:absolute;
}
#box4 div{
	width:105px;
	height:76px;
	float:left;
}
#box4 div img {
	cursor: pointer;
}
p.buttons{
	position: absolute;
	top: 0;
	left: 0;
	width: 471px;
	height:76px;
	padding: 0;
	margin: 0;
	z-index: 4;
}
p.buttons #prev1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 76px;
	margin-right: 5px;
	background-color: #CCC;
	cursor: pointer;
	background-image: url('../images/noobslide_solok.jpg');
	background-repeat: no-repeat;
}
p.buttons #next1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 76px;
	margin-left: 5px;
	background-color: #CCC;
	cursor: pointer;
	background-image: url('../images/noobslide_sagok.jpg');
	background-repeat: no-repeat;
}
