@charset "UTF-8";
/* CSS Document */

#lightbox{	position: absolute; width: 100%; z-index: 100; text-align: center; line-height: 0; padding-left:100px;}
#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; background:url(../images/PrevLabel.png) left 10% no-repeat;}
#nextLink { right: 0; float: right; background:url(../images/NextLabel.png) right 10% no-repeat;}


#imageDataContainer{ font: 10px Verdana, 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: 100%; background-color:#000;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;
	height:600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/MscotBackground.png);
	background-repeat: no-repeat;
}

.BlackText{
	color:#000000
	}


#NavBoxSpace{
	width:100%;
	height:30px;
	}

#topnav{
	width:790px;
	height:25px;
	float:left;
	}

#sidespacer{
	height: 400px;
	width: 20px;
	}
		
#navigation{
	width:780px;
	height:491px;
	float:right;
	}

.nav {
	text-align:left;
	font-size:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	padding-left:30px
}
#NavBox1 {
	height:70px;
	width:250px;
	padding-left:30px;
	background-image:url(../images/PhotoButton.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:40px;
	}

#NavBox1:hover{
	background-image:url(../images/PhotobuttonUP.png);
	background-repeat:no-repeat;
	width:275px;
	padding-left:40px;
	}
	
#NavBox2 {
	height:40px;
	width:275px;
	background-image:url(../images/slimbutton.png);
	background-repeat:no-repeat;
	padding-top:10px;
	}
	
#NavBox2:hover{
	background-image:url(../images/slimbuttonUp.png);
	background-repeat:no-repeat;
	width:275px;
	padding-left:40px;
	
	}
	
#NavBox3 {
	height:40px;
	width:275px;
	background-image:url(../images/slimbutton.png);
	background-repeat:no-repeat;
	padding-top:10px;
	
	}

#NavBox3:hover{
	background-image:url(../images/slimbuttonUp.png);
	background-repeat:no-repeat;
	width:275px;
	padding-left:40px;
	}
#NavBox4{
	height:40px;
	width:275px;
	padding-left:30px;
	padding-top:10px;
	background-image:url(../images/slimbutton.png);
	background-repeat:no-repeat;
	}
	
#NavBox4:hover{
	background-image:url(../images/slimbuttonUp.png);
	background-repeat:no-repeat;
	width:275px;
	padding-left:50px;
	}
#NavBox5{
	height:120px;
	width:275px;
	padding-left:30px;
	padding-top:40px;
	background-image:url(../images/SomthingDifferentButton.png);
	background-repeat:no-repeat;
	}
	
#NavBox5:hover{
	background-image:url(../images/SomthingDifferentButtonUp.png)
	background-repeat:no-repeat;
	width:275px;
	padding-left:40px;
	}
#leftSpacer{
	height:400px;
	width:425px;
	float:right;
	}
#bottomSpacer{
	width:800px;
	height:100px;
	}
	
	
#bottomSpacerPicPage{
	width:100%;
	height:17px;
	float:left;
	}

#containerPicPage{
	width: 800px;
	height:600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/MscotBackgroundSoft.png);
	background-repeat: no-repeat;
}
	
