#header {
	width: 98%;
	height: 40px;
	padding: 10px;
	background-color: gray;
	font-size: 26px;
	color: white;
}
#albums {
	width: 98%;
	padding: 10px;
}
.album {
	width: 120px;
	height: 160px;
	background-color: lightgray;
	margin: 2px;
	float: left;
	text-align: center;
}
.album div:first-child {
	height: 40px;
	text-align: center;
	font-size: 12px;
}
.album div:nth-child(2) {
	height: 100px;
	left: 0px;
	text-align: center;
}
.album div:last-child {
	height: 20px;
	text-align: center;
	font-size: 12px;
}
#images {
	position: absolute;
	top: 250px;
	width: 98%;
	padding: 10px;
}
.image {
	width: 350px;
	height: 350px;
	margin: 10px;
	float: left;
	text-align: center;
}
#busy {
	position: absolute;
	top: 20px;
	width: 98%;
	height: 32px;
	text-align: center;
	z-index: 3;
}
#slideshow {
	position: relative;
	border: 10px solid darkred;
}

.opacity {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
