.picasagallery {
	text-align: left;
	border: 0px solid black;
	position: relative;
}
.picasagallery_header {
	clear: both;
	cursor: pointer;
	margin: 10px; /* top right bottom left */
	padding: 8px !important;
	font-size: 14px !important;
	color: #FFF;
	text-decoration: none;
	background-color: #087A96;
	border-color: #09748F;
}
.picasagallery_title {
	margin: 10px 10px 10px 10px; /* 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: 0px;
	cursor: pointer;
	margin: 0px 0px 5px 0px; /* top right bottom left */
}
.picasagallery_thumbnail {
    float: left;
    text-align: center;
    font-size: 10pt;
    margin: 10px 10px 15px 10px;
}
.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;
}
.picasagallery_photo p{
	margin:2px;
}
.truncate {
	width: 160px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center !important;
	}
	
@media (max-width: 460px) and (min-width: 300px) {
	
/*Gallery Albums*/
.picasagallery_title {
	width:90%;
	margin: 5px; /* top right bottom left */
	font-size: 13pt;
}
.picasagallery_album {
	float: none;
	width:100% !important;
	text-align: center;
	font-size: 10pt;
	margin: 10px auto !important; /* top right bottom left */
}
.picasagallery_album img {
	width:100% !important;
	margin: 10px auto;
	border: 0px;
	cursor: pointer;
}

/*Gallery Images*/	
.picasagallery_thumbnail {
    float: none;
	width:100%;
    text-align: center;
    font-size: 10pt;
    margin: 5px;
}

.picasagallery_thumbnail img {
	width:80% !important;
	border: 0px;
	cursor: pointer;
	margin: 5px; /* top right bottom left */
}

.truncate {
	width: 90% !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center !important;
	}

}