/* grid styles */
#gallery-grid {
}

#gallery-grid .gallery-title {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

td.photo-cell {
	text-align: center;
	vertical-align: bottom;
}

.photo-cell a:hover {
	color: #bbb;
	background-color: none;
	text-decoration: none;
}

/*photo styles*/

#photo-grid {
}

#photo-grid .photo-cell {
	text-align: center;
	vertical-align: bottom;
}

#photo-grid .photo-cell img {
	padding: 5px 5px 15px 5px;
	border: 1px solid #333;
	background: #eee;
	vertical-align: middle !important;
}

.photo {
	text-align: center;
}

.photo-title {
	font-weight: bold;
	font-size: 120%;
}

ul#photos-list {
	list-style-type: none;
}

#photos-list li {
	list-style-type: none;
	padding-top: 5px;
}

img.thumb {
	vertical-align: middle;
	padding-right: 10px;
}




 {
	vertical-align: middle;
	padding-right: 10px;
}




