.picasagallery {
	text-align: left;
	border: 0px solid black;
	position: relative;
}
.picasagallery_header {
	clear: both;
	cursor: pointer;
	margin: 10px 10px 10px 5px; /* top right bottom left */
	font-size: 14pt;
	color: white;
	text-decoration: underline;
}
span.picasagallery_header {
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	text-shadow: 1px 1px 4px #020205;
	filter: dropshadow(color=#020205, offx=1, offy=1);
}

.picasagallery_title {
	margin: 10px 10px 10px 10px; /* top right bottom left */
	font-size: 13pt;
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 1px 1px 4px #020205;
	filter: dropshadow(color=#020205, offx=1, offy=1);
}
.picasagallery_album {
	float: left;
	text-align: center;
	font-size: 10pt;
	margin: 10px 10px 15px 10px; /* top right bottom left */
}
.picasagallery_album p{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.picasagallery_album img {
	border: 0px;
	cursor: pointer;
	margin: 0px 0px 5px 0px; /* top right bottom left */
	border: 2px solid white;
}
.picasagallery_thumbnail img {
	border: 2px solid white;
	cursor: pointer;
	margin: 10px; /* top right bottom left */
}
.picasagallery_photo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}
