#gallery_container{
	
	background-color:#999999;
	height:600px;
	background-image: url('/images/gallery/transparent.png');  
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	
}
#gallery_image_description {
    background-color: blanchedalmond;
}

#gallery_image{
	height:600px;
	background-image: url('/images/gallery/P1040927.jpg');  
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
		
}

#gallery_container_switch_left{

		float:left;background-color:#888;height:100%; opacity: 0.8;
}

#gallery_container_switch_left:hover{
	float:left;background-color:#666;height:100%; opacity: 0.5;
}

#gallery_container_switch_right{
	float:right;background-color:#888;height:100%; opacity: 0.8;
}

#gallery_container_switch_right:hover{
	float:right;background-color:#666;height:100%; opacity: 0.5;
}