/*
	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: 80px; top: 170px; }
#thumb2 { left: 80px; top: 250px; }
#thumb4 { left: 80px; top: 330px; }
#thumb6 { left: 80px; top: 410px; }
#thumb8 { left: 80px; top: 490px; }
#thumb1 { left: 160px; top: 170px; }
#thumb3 { left: 160px; top: 250px; }
#thumb5 { left: 160px; top: 330px; }
#thumb7 { left: 160px; top: 410px; }
#thumb9 { left: 160px; top: 490px; }

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

#mainphoto { position: absolute; top: 175px; left: 300px; display: block; background: #e3dbd0; border: 2px solid #958066; }
#quuip { position: relative; top: 550px; left: 300px; width: 400px; text-align: center; }
#linksie { position: absolute; left: 435px; top: 420px; }

#gallery_copyright { position: absolute; left: 290px; width: 460px; top: 650px; }

/* p { margin: 15px 0px 0px 0px; } */

