@charset "utf-8";
body {
	background-color:#111;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px;
	margin:0px;
	
}

#paypal {
position:absolute; top:3px; width:100%;
z-index:20000;
}

#gallery {
	width:923px; 
	margin:0 auto; 
	height:15px; 
	background:none; 
	border:1px solid #090909; 
	margin-bottom:10px;
	padding:15px;
}

#images {
	width:923px; 
	margin:0 auto; 
	height:135px; 
	background:none; 
	border:1px solid #090909; 
	margin-bottom:10px;
	padding:15px;
}

#images-container {
	float:left;
	width:925px; 
	margin:0 auto; 
	height:145px; 
	background:none; 
	overflow-y:hidden;
	overflow-x:auto;
	white-space: nowrap;
}

#footer-container {
margin:0 auto; 
width:955px; 
height:39px; 
padding:0px; 
background:#090909;  
position:relative; 
top:10px; 
}

#footer-copyright {
float:left; position:relative; top:4px;	

}

#footer-credit {
float:right; width:52px; height:35px; padding-right:5px;	
}
#pic-info {
position:relative; vertical-align:middle; font-size:11px; height:35px; width:955px; margin:0 auto; padding:0px; background:url(images/black-80.png) repeat;
}

a:link {
color:white;
text-decoration:none;
}
a:visited {
color:white;
text-decoration:none;
}
a:hover {
color:gray;
}



*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
