/*
	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: 364px; top: 0px; }
#thumb2 { left: 364px; top: 70px; }
#thumb4 { left: 364px; top: 140px; }
#thumb6 { left: 364px; top: 210px; }
#thumb8 { left: 364px; top: 280px; }
#thumb1 { left: 454px; top: 0px; }
#thumb3 { left: 454px; top: 70px; }
#thumb5 { left: 454px; top: 140px; }
#thumb7 { left: 454px; top: 210px; }
#thumb9 { left: 454px; top: 280px; }

#thumb0, #thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6, #thumb7, #thumb8, #thumb9 {
position: absolute; width: 80px; height: 60px; cursor:pointer; padding: 1px; background-color: #660000; border: 1px solid #2a2b0b; 
}

#mainphoto { position: absolute; top: 0px; left: 0px; display: block; padding: 0px; background-color: #660000; border: 2px solid #2a2b0b;  }
#quuip { position: relative; top: 550px; left: 10px; width: 330px; text-align: center; }
#linksie { position: absolute; left: 435px; top: 420px; }

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

p { margin: 15px 0px 0px 0px; }
.quip_style { font-size: 16px; font-family: Georgia, Times, Serif; }

#bigzone { min-height: 800px; }