#gallery {
	width: 595px;
	background: url(../images/bg-gallery.gif) no-repeat;
	font: 11px Verdana;
	padding-top: 16px;
}

#gallery * {
	border-style: none;
}

#gallery a {
	color: #005b1f;
	text-decoration: none;
	font-weight: bold;
}

#gallery a:hover {
	text-decoration: underline;
}

#gallery p {
	margin: 0;
	height: 55px;
	display: block;
	float: left;
	width: 125px;
}

#gallery-close {
	clear: both;
	background: url(../images/bg-gallery-close.gif) no-repeat;
	width: 595px;
	height: 7px;
	display: block;
	font-size: 1px;
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 14px;
	_margin-left: 10px;
	margin-bottom: 13px;
	width: 131px;
}

.gallery-item .photo {
	background: url(../images/bg-photo.gif) no-repeat;
	width: 131px;
	height: 131px;
	text-align: center;
	margin-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.gallery-item .photo * {
	vertical-align: middle;
	margin-left: -1px;
}

.gallery-item .photo span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
