#gallery-desc {
	position:absolute;
	width:410px;
	height:261px;
	background-repeat: repeat-y;
	overflow: visible;
	left: 536px;
	top: 0px;
	visibility: visible;
	z-index: 2000;
}
#bordergall {
	position:absolute;
	left:0px;
	top:0px;
	width:14px;
	height:261px;
	z-index:2000;
	background-image: url(images/gcontentleft.png);
}
#gallery-details {
	position:absolute;
	left:14px;
	top:0px;
	width:396px;
	height:244px;
	z-index:1;
	background-color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
}
#gdetailsblock {
	height: 18px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 6px;
}
.detail {
	margin-top: auto;
	margin-bottom: auto;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
}
.gdetailsblock {
	height: 18px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
}


