#album-top
{
	margin-top:-2px;
	width:580px;
	height:239px;
	position:relative;
}

#album-main
{
	border-left: 2px solid #D8D7D7;
	border-right: 2px solid #D8D7D7;
	min-height: 545px;
	height:auto !important;
	height: 545px;
	padding-left: 40px;
	padding-right: 40px;
	line-height:18px;
	font-size:10pt;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

#pictures
{
	margin-top:20px;
	width: 500px;
	height: 1800px;
	position:relative;
	
}

.picture
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:2px solid #D8D7D7;
	cursor:pointer;
	position:relative;
	width:110px;
	height:80px;
	overflow:hidden;

}


