.ggallery-clear {
	clear: both;
}

#gallery-container {
	width: 618px;
	height: 530px;
	padding: 0px;
	font-family:'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	color: black;
}
#gallery-images {
	width: auto;
	height: 490px;
}
#gallery-images img {
	position: absolute;
	width: 618px;
	height: auto;
}
#gallery-container a {
	text-decoration: none;
	cursor: pointer;
}
#gallery-container a:hover {
}
#gallery-navigation {
	width: 618px;
}
#gallery-navigation * {
	position: static;
}
#gallery-navigation_left {
	width: 40px;
	float: left;
	text-align: left;
	padding-left: 20px;
}
#gallery-navigation_title {
	float: left;
	width: 530px;
	text-align: center;
}
#gallery-navigation_right{
	float: right;
	width: 40px;
	text-align: right;
	padding-right: 20px;
}
#gallery-current_image_title {
	font-weight: bold;
}
