/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
	list-style-type:none !important;
}

/* Album and Picture Lists */
.thumb
{
	border:none;
	padding:0;
	width:150px;
	height:100px;
	margin-top: 5px;
    margin-right:4px;
	margin-bottom:5px;
	margin-left:0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none !important;
	text-align:center;
	float:left;
}
.thumb2{
	border:none;
	padding:0;
	width:150px;
	height:100px;
	margin-top: 5px;
    margin-right:4px;
	margin-bottom:40px;
	margin-left:0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none !important;
	text-align:center;
	float:left;
}

.noimg img {
border:none;
}
.thumb a, .thumb2 a
{
	display:block;
	height:81px;
	border:none; 
/* Set link formatting*/
	width:100px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:4px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	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, .thumb2 a:visited img
{
	background-color:#eee;
	border:none;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img, .thumb2 a:hover img
{
	background-color:#dae6e4;
	border:none;
/*Background of thumb on hover - sort of light blue/green */
}