#fotobox{
	display: block;
	width: 75px;
	height: 75px;
	/*width: 1px; */
	padding: 5px;
	background-color: #fff;
	border: 1px solid #000;
	margin: 5px;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	float: left;
}

#fotobox img{border: 0px;}
#fotobox:hover{
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
}

#albumbox{
	display: block;
	width: 280px;
	height: 100px;
	background-color: #004477;
	color: #fff;
	border: 2px solid #A61040;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-decoration: none;
}
#albumbox a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#albumbox a:hover{
	color: #A61040;
}

.albumfoto{
	width: 100px;
	height: 100px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	/*background-color: red;*/
	display: block;
	float: left;
}

html* .albumfoto{
	/* margin:-3px;*/
	margin: 0px;
}

.albumtext{
	disply: block;
	width: 160px;
	height: 90px;
	margin: 5px;
	float: left;
	font-size: 11px;
	cursor: pointer;
}
#kruimelpad{
	display:block;
	font-size:10px;
	margin: 0px 0px 5px 0px;
}
#albumtitel{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}


.left{ float:left;}
#photobox_divA{ background-color: #f0f3f8;}
#photobox_divB{ background-color: #f0f3f8;}

#photobox{ height: 600px; width:500px; margin-top: 20px;}
#photobox2{
	float:left;
	border:0px;
	text-align:center;
	width:500px;
}

.btn_slide_sec{ display:block; width:20px; height:16px; border:1px solid #A61040; background-color:#004477; color:#fff; font-Weight:bold; text-align:center; cursor:pointer; float:left; margin:5px 0px 0px 5px; }
.btn_slide{ display:block; width:60px; height:16px; border:1px solid #A61040; background-color:#004477; color:#fff; font-Weight:bold; text-align:center; cursor:pointer; float:left; margin:5px 0px 0px 5px; }
#btn_sec_tekst{ margin-top: 5px; margin-left:5px; display:block; width:30px; height:16px; float:left;}
