/*
	Styles for IMAGE GALLERIES for HUman IMage PHOTOGRAPHY
	Copyright (c) 2006 Ross Bracco, All Rights Reserved
	
	Stylesheet is interdependent with galleries.js and gallery_generate.js.
	
	Note the location of the #quip is related to the values defTop, defLeft, etc.
*/

#thumb0 { left: 450px; top: 30px; }
#thumb2 { left: 450px; top: 110px; }
#thumb4 { left: 450px; top: 190px; }
#thumb6 { left: 450px; top: 270px; }
#thumb8 { left: 450px; top: 350px; }
#thumb1 { left: 550px; top: 30px; }
#thumb3 { left: 550px; top: 110px; }
#thumb5 { left: 550px; top: 190px; }
#thumb7 { left: 550px; top: 270px; }
#thumb9 { left: 550px; top: 350px; }

#thumb0, #thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6, #thumb7, #thumb8, #thumb9 {
	border: 1px solid #1e344b; cursor: pointer; position: absolute; }

#mainphoto { position: absolute; top: 0px; left: 0px; display: block; background: #000000; border: 10px solid #1e344b; }
#quuip { position: absolute; top: 550px; left: 15px; width: 400px; text-align: center; }
#linksie { position: absolute; left: 535px; top: 420px; }

#gallery_copyright { position: absolute; top: 545px; left: 15px; width: 500px; }

.copyright { margin-top: 515px; }

/* p { color: #ffcc99; margin: 15px 0px 0px 0px; }
a, a:link { color: #9999ff; }
a:visited { color: #ffffff; }
a:hover { color: #ff99cc; text-decoration: underline; }
*/

