div#fotobox
{
	padding-bottom: 20px;
	padding-top: 20px;
	width: 540px;
}

div#title
{
	background: url("../images/dots_grijs.jpg") repeat-x top;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.title_foto
{
	font-weight: bold;
	color: #FF6300;
}


div#thumbs
{
	width: 540px;
	padding-top: 20px;
	background: url("../images/dots_grijs.jpg") repeat-x top;
}


table#thumbs_table,
table#foto_table
{
	width: 540px;	
}

td.vorige
{
	width: 20px;
}



td.volgende
{
	width:20px;
}

td.foto_thumb,
td.foto_thumb_staand,
td.foto_thumb_flv,
td.foto_thumb_wmv
{
	text-align: center;
	width: 500px !important;
	overflow: auto;
	display: block;
	padding-bottom: 10px;
}	

td.vorige_thumb
{
	width: 48px;
}

td.volgende_thumb
{
	width: 47px;
}

/*
td.vorige_thumb,
td.volgende_thumb
{
	display: block;
}
*/

td.volgende_thumb
{
	text-align: right;
}

td.thumbsbox
{
	width: 440px !important;
	text-align: center;
}

/* Achtergrond afbeeldingen */
td.foto_thumb
{
	background: url("../images/fotoboek/bg_fotoboek.jpg") no-repeat 34px 0px;
}

td.foto_thumb_staand
{	
	background: url("../images/fotoboek/bg_fotoboek_staand.jpg") no-repeat 129px 0px;
}

td.foto_thumb_flv
{
	background: url("../images/fotoboek/bg_fotoboek_flv.jpg") no-repeat 34px -2px;
	
}	

td.foto_thumb_wmv
{
	background: url("../images/fotoboek/bg_fotoboek_wmv.jpg") no-repeat 34px 0px;
}	
/* Achtergrond afbeeldingen */

td.thumbsbox img
{
	margin-left: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

td.thumbsbox img.first
{
	margin-left: 0px;
}







