/*
	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: 20px; top: 10px; }
#thumb1 { left: 90px; top: 10px; }
#thumb2 { left: 20px; top: 80px; }
#thumb3 { left: 90px; top: 80px; }
#thumb4 { left: 20px; top: 150px; }
#thumb5 { left: 90px; top: 150px; }
#thumb6 { left: 20px; top: 220px; }
#thumb7 { left: 90px; top: 220px; }
#thumb8 { left: 20px; top: 290px; }
#thumb9 { left: 90px; top: 290px; }
#thumb10 { left: 20px; top: 360px; }
#thumb11 { left: 90px; top: 360px; }

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

#mainphoto { position: absolute; top: 10px; left: 180px; display: block; background: #F6EAE0; border: 1px solid #4C7A8F; padding: 2px; }
#quuip { position: absolute; top: 420px; left: 180px; 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; }

#text_area { position: relative; top: 0px; left: 310px; width: 580px; }
