.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}
.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:400px;
	height:250px;
	border:none
}

.info{
	width:400px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:400px;
	height:250px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:400px;
	height:250px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:400px;
	height:250px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}div#layout_box {
	position: absolute;
}
div#layout_box span {
	display: block;
	float: left;
}
div.layout_mask {
	position: relative;
	width: 400px;
	overflow: hidden;
}
div#layout_box span img {
	display: block;
	border: none;
}
div#layout_text {
	width: 100%;
    float: left;
	padding-right: 400px;
}
div#layout_photos {
	float: left;
	width: 400px;
}
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: 9px;
	color: #666;
	padding-left: 13px;
	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: 40px;
}
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: 50px;
}
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: 30px;
}
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: 45px;
}
p.layout_buttons a#next:hover {
	background-image: url(icons/volgende_over.gif);
}
