

#magSlider {
	position: absolute;
	top: 40px;
	left: 25px;
}

#magSlider #box3{
	position: absolute;
}

#magSlider #box3 span{
	display: block;
	float: left;
}

#magSlider #box3 span img{
	border: 0px;
	height: 144px;
	width: 113px;
}

#magSlider .mask3{
	position:relative;
	width:113px;
	height:144px;
	overflow:hidden;
}
/*
#magSlider #mag_arrows {
	position: absolute;
	top: 0px;
	width: 113px;
}
*/
#magSlider #mag_arrows #left_mag {
	position: absolute;
	top: 150px;
	display:block;
	background: url(images/body_scrollpijl_links.gif);
	width: 25px;
	height:	17px;
}

#magSlider #mag_arrows #right_mag {
	position: absolute;
	top: 150px;
	right: 0px;
	display:block;
	background: url(images/body_scrollpijl_rechts.gif);
	width: 25px;
	height:	17px;
}

