.body {
	margin: 0px;
	padding: 0px;
}
.logocontainer {
	height: 52px;
	background-color: #ed1b24;
	background-image: url(images/ML-Logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 80px;
	margin: 0px;
}

/* Gallery */

#gallery {
	margin-left: 2%;
	padding-left: 0px;
	padding-bottom: 50px;
	padding-top: 2%;
	border-style: none;
	color: #fff;
	line-height: 1.6em;
	font-size: 0.65em;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	/*min-width: 800px;*/
	float: left;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
}


.galleryitem {
	float: left;
	text-align: center;
	float:left;
}
.galleryitem img {margin-bottom: 2px;}
.galleryitem a { display: block; padding: 0px 15px 20px 0px; color: #333;} 
.galleryitem a:hover { padding: 0px 15px 20px 0px; color: #808080;}
.galleryitem p{ width: 100%; height: 20px; line-height: 1.3em;overflow: visible; color: #999;}

.name {
	height: 52px;
	width: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.buttons {
	height: 52px;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.clearfix {
	clear: both;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 13px 0px 0px 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin-right: 40px;
}
a:link {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	color: #fff;
	font-style: normal;
}
	a:visited {
	text-decoration: none;
	color: #000;
	font-style: normal;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 28px;
}
menu:link {
	text-decoration: none;
	color: #000;
	font-style: normal;
}
menu:hover {
	text-decoration: none;
	color: #ed1b24;
	font-style: normal;
	
/* Footer */

}
#footer {
	height: 40px;
	width: 100%;
	position: fixed !important;
	bottom: 0;
	padding: 0px;
	margin-right: 20px;
!important;
	background: #333;
	text-align: right;
}
  
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: left; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#hide {
display: none;
}