#container-gal {
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/gallery-bg.png');
}

#about-module-box {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/about-module-bg.png');
}
#mobile-module-box {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/mobile-module-bg.png');
}
#right-content  {  
	padding: 0;
	margin: 0;
	overflow:hidden; 
	width: 761px;
}
* html #menu {
	margin: 2px 7px 0 0;
	padding:0px;
	width: 171px;
	height:292px;
	float: right;
	overflow: hidden;
}

* html #menu .menu-container {
	padding: 2px 4px 0 0;
	width: 169px;
	overflow: auto;
	height:282px;
	margin: 0px;
	position:relative;
	float:right;
	z-index: 9999;
}

#menu .menu-container li{
	margin: 0 3px 16px 3px;
	cursor: pointer;
}

* html #pics {
	padding-left:2px;
	padding-top:0;
	margin:0px;
	float: left;
	position:relative;
	z-index: 7777;
}  
#legalFooterMainDiv {
	margin-bottom: -20px;
} 