@charset "utf-8";


#gallery-container {
	position: relative;
	height: 670px;
	margin-right: 0;
}
	#gallery-container #thumbs-container {
		display: none;
	}
	#gallery-container #image-container {
		height: 500px;
		width: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		z-index: 99;
	}
		#gallery-container #image-container img {
			position: absolute;
			max-height: 500px;
		}	
	#gallery-container #green {
		background-color: #aabd2d;
		height: 170px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 97%;
		z-index: 100;
	}
	#gallery-container #gallery-arrows {
		position: absolute;
		left: 30px;
		bottom: 30px;
	}

