.TopGalleryContainer	{
	width:114px;
	left: 94px;
	bottom: auto;
	position: absolute;
	z-index: 1;
	top: 0px;
	overflow: auto;
	visibility: visible;
	height: auto;
	border: 1px solid #003366;
	padding: 0px;
}
.GalleryTitle	{
	font-size: 10px;
	text-align: center;
	background-color: #E1E1E1;
	color: #003366;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-weight: bold;
}
.GalleryPic	{
	display: block;
	padding: 2px;
}

