.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}

.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

.picturelist
{
	margin-left:0;
	padding-left:0;
}

.thumb
{
	padding:0;
	width:140px;
	margin:0 0em 10px 0;    
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a
{
	display:block;
	height:72px; 
	width:100px; 
	
	padding:10px;
	margin:0;
	background-color:white;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.albumcomment { 
	text-align: left; 
	}

.thumb a:visited img
{
	background-color:#eee;
}

.thumb a:hover img
{
	background-color:#dae6e4;
}

.albumname
{
	font-size: 11px;
	text-align:center;
	font-weight:normal;
	font-style:normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
}
.albumname a
{
	display: inline;
        border: 0px;
        margin: 0px;
        padding:0px;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

