/*Style 1 Flower for Lazy Monkey ver.3*/


html, body {
	background-image: url(../global_images/backgroundflower01.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: arial, verdana, sans-serif;
	
}


div#logo {
	
	position: absolute;
	left: 190px;
	top: 5px;
	height: 100px;
	width: 400px;
	z-index: 2;
}

div#update {
	position: absolute;
	left: 730px;
	top: 110px;
	width: 200px;
	text-align: right;
	font-size:10px;
	color: #85252D;
	
}

div#map {
	position: absolute;
	left: 200px;
	top: 110px;
	width: 200px;
	font-size:10px;
	color: #85252D;
}

div#menu {
	position: absolute;
	left: 420px;
	top: 150px;
	width: 700px;
	font-size:12px;
}



div#content {
	position: absolute;
	left: 330px;
	top: 200px;
	width: 600px;
	height: 550px;
	font-size:14px;
	color: #BA5860;
	text-align: justify;
	overflow-y: scroll;
}

div#copyright {
	position: absolute;
	left: 330px;
	top: 785px;
	width: 600px;
	height: 20px;
	font-size:10px;
	color: #BA5860;
	text-align: center;
}

div#clock {
	position: absolute;
	left: 950px;
	top: 80px;
}

img {
	border-style: solid;
	border-width: 2px;
	border-color: #BA5860;
}

img.noborder {
	border-style: none;
}

a:active {color:#FFFFFF; text-decoration:none;}
a:visited {color:#85252D; text-decoration:none;}
a:link {color:#4C0F14; text-decoration:none;}
a:hover {color:#BA5860;}

#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	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(../global_images/prevlabel.gif) left 15% no-repeat; 
}


#nextLink:hover, #nextLink:visited:hover { 	background: url(../global_images/nextlabel.gif) right 15% 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: 500px; 
	background-color: #000; 
}





