* {
    font-family: Verdana, Trebuchet MS; 
    font-size: 13px; 
    font-weight: bold;
    text-align: center; 
}
body {
    margin: 0;
    padding: 0;background-image:url('bg_stars.jpg');background-attachment:fixed;text-align: center;
}
a {text-decoration:none;}
#lightbox{ position: absolute; center: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{background-color:#000; width: auto; height: auto;}
#lightbox a img{ border: none; }
h2 {padding-top:50px; 
font-family: Lucida Cursive; 
    font-size: 40px; 
    font-weight: bold;
    color:#B329EF;
    text-shadow: 1px 2px 2px #CC00CC;
        filter: dropshadow(color=#000000, offx=5, offy=-2);
}
#outerImageContainer{ position: relative; 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: 90%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-color:#000; /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background-image: url('left.png') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background-image: url('right.png') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; 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%; background-color: #000; }
#mainpad { margin: 0 auto;
padding-top:200px; }
#slider {background:;
	width: 890px;
	margin: 0 auto;
	padding: 0 10px 50px;
	-webkit-border-radius: 30px;
	text-align:center;
    
    border-radius: 30px;
}
#slider-left-but { 
	display: block; 
	width: 50px; 
	height: 50px; 
	border: none; 
	background: url('left.png'); 
	margin-right: 10px; 
}

#slider-right-but { 
	display: block; 
	width: 50px; 
	height: 50px; 
	border: none; 
	background: url('right.png'); 
}