/*
	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: 40px; top: 70px; }
#thumb3 { left: 40px; top: 160px; }
#thumb6 { left: 40px; top: 250px; }
#thumb9 { left: 40px; top: 340px; }
#thumb1 { left: 105px; top: 70px; }
#thumb4 { left: 105px; top: 160px; }
#thumb7 { left: 105px; top: 250px; }
#thumb2 { left: 170px; top: 70px; }
#thumb5 { left: 170px; top: 160px; }
#thumb8 { left: 170px; top: 250px; }

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

#mainphoto { position: absolute; top: 70px; left: 200px; display: block; background: #000000; border: 1px solid #fffadb; padding: 8px; }
#quuip { position: relative; top: 550px; left: 320px; width: 400px; text-align: center; }
#linksie { position: absolute; left: 435px; top: 420px; }

#leftcol { position: absolute; top: 416px; left: 92px; width: 200px; }

#gallery_copyright { position: absolute; left: 0px; width: 600px; top: 520px; }

p, li { margin: 0px; }

h1 { font-family: "Copperplate Gothic Light", "Copperplate Light", copperplate, verdana, arial, sans-serif; font-weight: normal; font-size: 20px; }
