body { 
	background-color: #000000;
	background-position:top;
	background-repeat:no-repeat;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:small;
}

body.index { 
	background-image: url(../index.jpg);
	background-repeat: no-repeat;
	background-position: top; 
	background-attachment: fixed;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #A9FF7A;
	font-size:small;
}

.window { 
	width: 800px;
	height: 580px;
	margin: 0 auto auto auto;
	border: none;
	text-align: center;
}

div.albumtop {
	width: 800px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
div.albummain {
	max-width: 800px;
	min-width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
div.albumcenter {
	float: left;
	width: 400px;
	text-align: center;
}
div.albumleft {
	width: 200px;
	float: left;
	text-align: left;
}

div.albumright {
	width: 200px;
	float: left;
	text-align: right;
}
div.albumwhole {
	width: 800px;
}
div.archives {
	overflow: auto;
	height: 30px;
	padding: 0px;
}

img.albums { 
	width: 250px;
	height: 169px;
	border: 0px;
}

img.albumsexp { 
	width: 90px;
	height: 61px;
	border: 0px;
	text-align: center;
	margin: 1px 1px 1px 1px;
}

img.gallery { 
	margin: 5px;
	width: 150px;
	border: 1px;
    border-color: white;
}

.kaz {
	border: 0;
}

.color {
	color: #A9FF7A; 
	font-family: , Bradely Hand ITC (italic), Lucida Sans Typwriter, Verdana; 
	text-decoration: none;
	font-style: inherit;
	font-size: 18px;
}

a:link { 
	color: #A9FF7A;
	text-decoration: underline;
	text-decoration: none;
} 
a:hover {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #a9FF7A;
	text-decoration: none;
}
a:active {
	color: #A9FF7A;
	text-decoration: none; 
}
a:visited:hover {
	color: #ffffff;
	text-decoration:none;
}
div#bottom {
	vertical-align: bottom;
}
.logo {
	height: 28px;
	width: 28px;
	float: left;
	border: 0;
}
div.balance {
	height: 28px;
	width: 28px;
	float: left;
}


#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: 33%; height: 100%; background-image: url(data:buttons/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(../buttons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../buttons/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; }
