div#layout_box {
	position: absolute;
}
div#layout_box span {
	display: block;
	float: left;
}
div.layout_mask {
	position: relative;
	width: 250px;
	overflow: hidden;
}
div#layout_box span img {
	display: block;
	border: none;
}

div#layout_photos {
	padding-top: 5px;
	float: right;
	width: 250px;
	padding-left: 10px;

}
p.layout_buttons {
	margin: 0px;
	padding: 0px;
}
p.layout_buttons a {
	display: block;
	height: 12px;
	float: left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-left: 15px;
	padding-top: 3px;
	text-decoration: none;
}
p.layout_buttons a:hover {
	color: #000;
}
p.layout_buttons a#prev {
	background-image: url(icons/vorige_up.gif);
	width: 45px;
}
p.layout_buttons a#prev:hover {
	background-image: url(icons/vorige_over.gif);
}
p.layout_buttons a#play {
	background-image: url(icons/afspelen_up.gif);
	width: 55px;
}
p.layout_buttons a#play:hover {
	background-image: url(icons/afspelen_over.gif);
}
p.layout_buttons a#stop {
	background-image: url(icons/stop_up.gif);
	width: 35px;
}
p.layout_buttons a#stop:hover {
	background-image: url(icons/stop_over.gif);
}
p.layout_buttons a#next {
	background-image: url(icons/volgende_up.gif);
	width: 50px;
}
p.layout_buttons a#next:hover {
	background-image: url(icons/volgende_over.gif);
}