/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:60px;
	margin:5px 0 5px 0;
	padding-bottom: 7px !important;
	padding-bottom: 7px ;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a
{
	display:block;
	height:60px; 
/* Set link formatting*/
	width:70px; 
/* 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 #ccc;
/* Borders of thumb frame */
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	text-decoration:none;
}
.thumb a:hover{
	border-top:1px solid #007d29;
	border-right:1px solid #007d29;
	border-bottom:1px solid #007d29;
	border-left:1px solid #007d29;
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

