div#fa02_layout_photos {
	width: 372px;
}
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);
}
div#fa02_controlButtons {
	text-align: center;
}
div#fa02_controlButtons a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
div#fa02_controlButtons a:hover {
	text-decoration: underline;
}
