#gallery-container
{
	position: relative;
	width: 630px;
	height: 300px;
	overflow: hidden;
}
.gallery-img
{
	width: 630px;
	height: 300px;
	overflow: hidden;
	position: absolute;
}
.gallery-img img
{
	border: 0px;
}
.gallery-caption
{
	display: none;
}
#gallery-bottom-bar
{
	position: absolute;
	bottom: -20px;
	height: 59px;
	width: 630px;
	background: url(bottom-bar.png) no-repeat;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 10px;
	z-index: 99;
}
#top-counter
{
	background: url(counter-back.png) no-repeat;
	width: 129px;
	height: 32px;
	position: absolute;
	top: 5px;
	right: 10px;
	padding-top: 8px;
	padding-left: 8px;
	z-index: 99;
}

#top-counter a
{
	color: #ffffff;
	padding-left: 5px;
}
