#main div.photoalbum
{
	margin: 0 0 0 0;
	position: relative;
}

#main div.photoalbum h4
{
	clear: both;
	margin-bottom: 7px;
	/*width: 440px;*/
}

#main div.photoalbum div.image
{
	display: block;
	float: left;
	height: 91px;
	margin: 0 16px 18px 0;
	position: relative;
	width: 136px;
}

#main div.photoalbum div.image.i2
{
	margin-right: 15px;
}

#main div.photoalbum div.image img,
#main div.photoalbum div.image div.mask,
#main div.photoalbum div.image div.mask a
{
	display: block;
	height: 91px;
	position: absolute;
	top: 0;
	width: 136px;
}

#main div.photoalbum div.image div.mask
{
	background: url(photoalbummask.png);
	z-index: 1;
}

#main div.photoalbum div.image div.mask
{
	z-index: 2;
}

#main div.photoalbum div.description
{
	background: url(albumdescription.png);
	color: #555555;
	display: block;
	float: left;
	font-size: 12px;
	height: 79px;
	margin: 0 0 0 0;
	padding: 7px 8px 5px 8px;
	position: relative;
	width: 229px;
	z-index: 3;
}

#main div.photoalbum div.description span.date
{
	font-weight: bold;
}

#main div.photoalbum div.description span.group
{
	bottom: 5px;
	position: absolute;
}

#album
{
	display: block;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	text-align: center;
	width: 990px;
}

#album h3
{
	background: none;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

#album h4
{
	color: #839900;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0 45px 0 45px;
	padding: 0 0 4px 0;
}

#album table.photo
{
	background: url(hline.gif) repeat-x top left;
	display: block;
	margin: 0px 45px 50px 45px;
	padding: 0 0 0 0;
	width: 900px;
}

#album table tr,
#album table td
{
	padding: 0 0 0 0;
	line-height: 0px;
}

#album table td.l,
#album table td.r
{
	width: 490px;
	text-align: left;
}

#album div.photo
{
	margin: 12px 0 0 0;
	position: relative;
}

#album div.photo div.phototext
{
	background: url(phototext.png) top left;
	bottom: 0;
	left: 0;
	line-height: 100%;
	padding: 33px 0 8px 0;
	position: absolute;
	text-align: left;
	width: 100%;
}

#album div.photo div.phototext div
{
	color: #A0C600;
	padding: 0 8px 0 8px;
}

#album div.photo div.phototext span.text
{
	color: #FFFFFF;
	padding: 0 0 0 10px;
}

#album div.photo div.mask
{
	height: 4px;
	position: absolute;
	width: 4px;
}

#album div.photo div.mask.tl
{
	background: url(masktl.png);
	left: 0;
	top: 0;
}

#album div.photo div.mask.tr
{
	background: url(masktr.png);
	right: 0;
	top: 0;
}

#album div.photo div.mask.bl
{
	background: url(maskbl.png);
	bottom: 0;
	left: 0;
}

#album div.photo div.mask.br
{
	background: url(maskbr.png);
	bottom: 0;
	right: 0;
}

#album div.scrollboxbg
{
	display: block;
	height: 78px;
	margin: 10px 45px 10px 45px;
	padding: 0 0 0 0;
	position: relative;
	width: 900px;
}

#album div.scrollback,
#album div.back,
#album div.forward,
#album div.scrollforward
{
	display: block;
	position: absolute;
	top: 29px;
}

#album div.scrollback
{
	left: 0;
}

#album div.back
{
	left: 20px;
}

#album div.forward
{
	right: 20px;
}

#album div.scrollforward
{
	right: 0;
}

#album div.scrollbox
{
	display: block;
	height: 78px;
	left: 50px;
	margin: 0 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 800px;
}

#album div.thumblist
{
	display: block;
	left: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 0 0 0 0;
	position: relative;
}

#album div.thumb,
#album div.thumb img,
#album div.thumb a,
#album div.thumb div.mask
{
	display: block;
	height: 78px;
	left: 0;
	position: absolute;
	top: 0;
	width: 104px;
}

#album div.thumb
{
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align: center;
}

#album div.thumb div.mask
{
	background: url(albumthumbmask.png);
}