div#photoalbumholder
{
	float						: left;
	display						: inline;
	margin-bottom				: 40px;
	width						: 125px;
}

div#photoalbumholder ul
{
	margin-left					: 20px
}

div#photoalbumholder li.title
{
	font-weight					: bold
}

div#photoalbumholder li.title a
{
	color						: #666666;
	text-decoration				: none
}

div#photoalbumholder li.title a:hover
{
	text-decoration				: underline
}

div#photoalbumholder li.date
{
	background-image			: url('../img/blank.gif')
}

div.photoalbumblockholder
{
	position					: relative;
	display						: block;
	width						: 113px;
	height						: 113px;
	background-image			: url('../img/photoalbumblockback.gif');
	background-repeat			: no-repeat;
	margin-right				: 6px;
	margin-top					: -17px;
	margin-left					: 6px
}

div.photoalbumblockholder img
{
	position					: absolute;
	left						: 15px;
	top							: 14px;
	cursor						: pointer
}
