.photoAlbumTitle {
    font-size: 15px;
    font-weight:normal;
    text-align:center;
    margin-top:5px;
}
a.photoSlideshow {
    text-decoration:none;
}
.photoAlbumDate {
    margin-top:2px;
    text-align:center;
}
.galleryItem, #main ul.galleryGrid li {
    float:left;
    margin-right:15px;
    text-align:center;
    margin-bottom:25px;
	margin-left:0;
}
.galleryItem .photo {
    width:200px;
    height:100px;
    overflow:hidden;
}
ul.galleryGrid {
	margin:0px;
	padding:0px;
	margin-top:10px;
    list-style-type:none;
    width:auto;
	display:table;
    overflow:auto;
}
/*end for the photo album stuff*/

label {
	color:#000;
}
.galleryHeading {
	margin-top:5px;
	padding:5px;
	background-color:#7c2132;
	color:#fff !important;
}
