﻿div.album {
	width:112px;
	height:140px;
	float:left;
	margin:0 6px 6px 0;
	overflow:hidden;
	display:block;
	border:1px silver solid;
	border-bottom:1px black solid;
	border-right:1px black solid;
	position:relative;
	text-align:center;
	background-color:silver;
}

div.album a {
	display:block;
	width:100px;
	height:128px;
	position:absolute;
	left:0;
	top:0;
	padding:6px;
	text-decoration:none;
}

div.album a:hover {
	background-color:#f0f0f0;
	text-decoration:none;
}

div.album a span.title {
	position:absolute;
	bottom:0;
	left:0;
	width:100px;
	padding:6px;
	color:black;
	font-size:12px;
	font-weight:bold;
}


div#gallery_descr {
	width:780px;
}

div#thumbnails {
	overflow:auto;
}

div#photo {
}