/*
	Styles for IMAGE GALLERIES for John Nyerges
	Copyright (c) 2007, Red Beagle Web Development, 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: 65px; }
#thumb1 { left: 95px; top: 65px; }
#thumb2 { left: 170px; top: 65px; }
#thumb3 { left: 245px; top: 65px; }
#thumb4 { left: 320px; top: 65px; }
#thumb5 { left: 20px; top: 135px; }
#thumb6 { left: 95px; top: 135px; }
#thumb7 { left: 170px; top: 135px; }
#thumb8 { left: 245px; top: 135px; }
#thumb9 { left: 320px; top: 135px; }
#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 #826225; padding: 2px; }

#mainphoto { position: absolute; top: 10px; left: 425px; display: block; }
#mainphoto, .pressphoto { background: #333333; border: 1px solid #826225; padding: 2px; }
.pressphoto { margin: 0px 0px 10px 0px; }
#quuip { position: absolute; top: 420px; left: 425px; width: 400px; text-align: center; }
#linksie { position: absolute; left: 435px; top: 420px; }
#extraText { position: absolute; left: 20px; top: 220px; width: 300px; }

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

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

p, li { margin: 0px; }

#text_column { min-height: 520px; }