/**************************
HEADER
**************************/
#gallery_header {
     top: 0px;
     left:0px;
	position: absolute
	background-color: #29251f;
	min-height: 200px;
	height: 200px;
	width: 100%;
	 margin-top:0px;
	 margin-left: auto; margin-right: auto;
	 z-index: 200;
}
*html #gallery_header {
     top: 0px;
     left:0px;
	position: relative;
	background-color: #29251f;
	min-height: 200px;
	height: 200px;
	width: 100%;
	 margin-top:0px;
	 margin-left: auto; margin-right: auto;
	 z-index: 200;
}
.gallery_nav{
position:absolute; 
margin-top:0px;
width: 175px; 
padding-bottom: 45px;
}
*html .gallery_nav{
position:relative; 
margin-top:0px;
width: 175px; 
padding-bottom: 45px;
}
#gallery-wrap {
z-index: 300; 
position:absolute; 
width: 100%;
height: 100%;
margin-top:0px;
margin-left:175px; 
 top: 0px;
}
*html #gallery-wrap {
z-index: 300;
position:relative; 
width: 100%;
height: 100%;
margin-top:-546px;
margin-left:175px;
 top: 0px;
}
