.photoAlbumTitle {
    font-size: 15px;
    font-weight:normal;
    text-align:center;
    margin-top:5px;
}
.photoAlbumTitle h3 {
	font-size:14px;
	line-height:16px;
	text-align:center;
}
a.photoSlideshow {
    text-decoration:none;
}
.photoAlbumDate {
    margin-top:2px;
    text-align:center;
}
.editablePhoto {
	border:1px dashed red;text-align:center;
	width:135px;
}
.galleryItem {
	width:145px;
    float:left;
    margin-right:15px;
    text-align:center;
    margin-bottom:25px;
	position:relative;
}
.galleryItem .photo {
    width:135px;
    height:110px;
    overflow:hidden;
}
ul.galleryGrid {
	margin:0px;
	padding:0px;
	margin-top:10px;
    list-style-type:none;
    width:650px;
    overflow:auto;
}
/*end for the photo album stuff*/

label {
	color:#000;
}
