div.photoBucket {
	background: #DFE3EE;
	padding: 5px 7px 5px 7px;
	font-size: 0.9em;
	font-weight: normal;
	height: 250px;
	overflow: hidden;
	width: 196px;
}
div.photoBucket img {
	border-radius: 0;
	border: none;
}
div.photoConstrain {
	width: 194px;
	height: 124px;
	overflow: hidden;
}
div.photoContent {
	height: 205px;
	overflow: hidden;
}
div.photoDescription{
	margin: 5px;
}
a.photoButton {
	display: block;
	background: #385038;
	width: 140px;
	margin: 0 auto;
	padding: 5px;
	margin-top: 15px;
	color: #FFFFFF;
}
a.photoButton:focus, a.photoButton:hover {
	color: #DFE3EE;
	text-decoration: none;
	background: #000000;
}
a.stylizedButton {
	border: 2px solid #DFE3EE;
	padding: 3px 0;
}