.picasagallery {
	text-align: left;
	border: 0px solid black;
	position: relative;
}
.picasagallery_header {
	clear: both;
	cursor: pointer;
	margin: 10px 10px 10px 20px; /* top right bottom left */
	font-size: 11pt;
	font-family: "Segoe UI", sans-serif;
	color: #444;
	text-decoration: underline;
}

.picasagallery_header:hover { 
	color: #cc0404; 
}

.picasagallery_title {
	margin: 10px 10px 10px 200px; /* top right bottom left */
	font-size: 13pt;
}
.picasagallery_album {
	float: left;
	text-align: center;
	font-size: 10pt;
	   /* margin: 10px 10px 15px 10px;  top right bottom left */
}
.picasagallery_album img {
	border: 3px solid #fff;
	cursor: pointer;
	margin: 15px 15px 15px 15px; /* top right bottom left */
}

.picasagallery_album img:hover {
	outline: 2px solid #b00000;
  	outline-offset: 2px;
}

.picasagallery_thumbnail img {
	border: 3px solid #fff;
	cursor: pointer;
	margin: 15px 15px 15px 15px; /* top right bottom left */
}

.picasagallery_thumbnail img:hover {
	outline: 2px solid #888;
  	outline-offset: 2px;
}

.picasagallery_photo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}
