.album {
	line-height: 100%;
	width: 50%;
}

a.album-content {
	display: block;
	padding: 3px;
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	margin-bottom: 10px;
	height: 100%;
}

a.album-content:hover {
	text-decoration: none;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
}

.album-left {
	float: left;
}

.album-right {
	float: right;
}

.album-left .album-content {
	margin-right: 3px;
}

.album-right .album-content {
	margin-left: 3px;
}

.album .thumb {
	float: left;
	margin-right: 6px;
	height: 100px;
}

div#content-inner .albumdesc {
	margin-bottom: 30px;
}

.album-footer {
	display: block;
	clear: both;
}

div#content-inner ul.pagelist {
	text-align: center;
	padding: 10px;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

ul.pagelist li.next {
	margin-left: 10px;
}

div#content-inner ul.pagelist li.current a {
	color: black;
	font-weight: normal;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist {
	clear: both;
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}

.disabled_nav {
	display: none;
}

#gallerytitle {
	border-bottom: 1px solid #E60003;
	margin-bottom: 20px;
	padding-bottom: 14px;
}

#gallerytitle h2 {
	font-weight: normal;
	margin-top: 18px;
	width: 100%;
}

.imagethumb {
	float: left;
	text-align: center;
	width: 20%;
}

.imagethumb a {
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	display: block;
	line-height: 0;
	margin: 0 18px 9px;
	padding: 9px;
}

.imagethumb a:hover {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

#map-container {
	padding-top: 20px;
	text-align: center;
	clear: both;
}

#map-wrapper {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#map-canvas {
	height: 200px;
	margin: 0 auto;
}

#gallery-image {
	position: relative;
	background-color: #000000;
	overflow: hidden;
}

#gallery-image-previous, #gallery-image-next {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}

#gallery-image-previous {
	left: 0;
}

#gallery-image-next {
	right: 0;
}

#gallery-image-content {
	margin: 0 110px 0 110px;
}
