#content .gallery-section {padding-bottom: 20px;}
	#content .gallery-section ul {
		overflow: hidden;
		text-align: center;
	}
		#content .gallery-section ul li {
			background: none;
			font-style: normal;
			padding: 0;
		}

#content .gallery-navigation {
	margin-bottom: -50px;
	padding-top: 40px;
}
	#content .gallery-navigation a {
		background-repeat: no-repeat;
		display: block;
		height: 23px;
		width: 12px;
	}
	#content .gallery-navigation span {display: none;}
	#content .gallery-navigation .next {
		background-image: url('../images/shape_arrowhead_right_orange.gif');
		float: right;
	}
	#content .gallery-navigation .previous {
		background-image: url('../images/shape_arrowhead_left_orange.gif');
		float: left;
	}

	#content p.gallery img {
		border: 1px solid #feb840;
		display: block;
		margin: 0 auto 5px;
		width: 456px;
	}

#content ul.gallery {
	height: 60px;
	overflow: hidden;
	padding: 0 0 20px;
}
	#content ul.gallery img,
	#content ul.gallery li {
		display: inline;
		height: 80px;
	}
	#content ul.gallery li {padding: 0 4px;}


.closePicture {
		position: absolute;
		right: 4px;
		top: 4px;
	}
		.closePicture a {
			background: url('../images/button_close.gif') no-repeat;
			display: block;
			height: 20px;
			width: 20px;
		}

#GalleryPage .pop-up {
	background: #fff;
	border: 2px solid #fda000;
	
	padding: 20px;
	position: absolute;
	top: 80px;

z-index:9999;
}
	#GalleryPage .pop-up h2 {
		color: #fda000;
		font: normal 2.1em/1.15em verdana, sans-serif;
	}
	#GalleryPage .pop-up h3 {
		font: bold 1.4em/1.1em arial, sans-serif;
		color: #003f5b;
	}
		#GalleryPage .pop-up .backward a {
			background: url('../images/shape_arrow_left_orange.gif') no-repeat left center;
			font: 1.25em/1.5em calibri, arial, sans-serif;
			padding-left: 20px;
			text-transform: lowercase;
		}	
	#GalleryPage .pop-up .close {
		position: absolute;
		right: 4px;
		top: 4px;
	}
		#GalleryPage .pop-up .close a {
			background: url('../images/button_close.gif') no-repeat;
			display: block;
			height: 20px;
			width: 20px;
		}
		#GalleryPage .pop-up .close span {display: none;}
	#GalleryPage .pop-up .forward {
		padding-top: 20px;
		text-align: right;
	}
		#GalleryPage .pop-up .forward a {
			color: #fda000 !important;
			font-size: 1.15em;
			font-weight: bold;
			text-transform: lowercase;
		}
#GalleryPage img
{
	max-width:800px !important;
}


