.picasagallery {
	text-align: left;
	border: 0px solid black;
	position: relative;
}
.picasagallery_header {
	clear: both;
	cursor: pointer;
	letter-spacing: 0px;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Oswald', arial, serif;
    line-height: 140% !important;
    color: #ff7002;
	font-size:16px;
}
.picasagallery_title {
	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: 0px;
	cursor: pointer;
	margin: 0px 0px 5px 0px; /* top right bottom left */
}
.picasagallery_thumbnail img {
	border: 0px;
	cursor: pointer;
	margin: 15px 15px 15px 15px; /* top right bottom left */
}
.picasagallery_photo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
}
