.GalleryBack {
	display: block;
	position: relative;
	padding: 10px;
	padding-left: 40px;
	text-decoration: none;
	color: #FF3200;
	font-size: 20px;
	font-weight: 700;
}

#GalleryBlock {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}
.GalleryItem {
	display: block;
	float: left;
	position: relative;
	margin: 0 20px;
	padding: 5px;
	width: 192px;
	/*background: white;
	border: 1px solid #565656;
	box-shadow: 0 0 5px black;*/
	text-decoration: none;
}
.GalleryItem:hover { text-decoration: none; }
.GalleryImage {
	display: table-cell;
	vertical-align: middle;
	margin: 10px;
	padding: 0;
	text-align: center;
	//width: 25%;
	//height: 112px;
	background: url(/images/gallery-image.png) no-repeat;
}
.GalleryImage img {
	display: block;
	position: relative;
	max-width: 180px;
	max-height: 100px;
	margin: 0 auto;
	border: 8px solid white;
}
.GalleryHeader {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 10px;
	height: 29px;
	line-height: 19px;
	text-align: left;
	width: 180px;
	height: 20px;
	color: #565656;
	font-size: 15px;
	font-weight: bold;

}
.GalleryText {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 10px;
	height: 29px;
	line-height: 19px;
	text-align: left;
	width: 180px;
	height: 120px;
	color: #565656;
}
