.gallery {
}


.galImg a {
	cursor: pointer;
}
.galImg {
	margin-bottom: 6px;
}
.galImg .galTxt .body {
	font-size: 10pt;
	color: #999999;
}

.bordTopLf {
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}

.bordTopRt {
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	text-align: right;
}
.bordDnLf {
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
.bordDnRt {
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	text-align: right;
}.bordTopRt img {
	position: relative;
	top: -1px;
	right: -1px;
}
.bordDnLf img {
	position: relative;
	left: -1px;
	bottom: -1px;
}
.bordDnRt img {
	position: relative;
	right: -1px;
	bottom: -1px;
}
.contGal {

	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 0 8px;
}
.bordTopLf img {
	position: relative;
	left: -1px;
	top: -1px;
}
