/*
	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, #thumb1, #thumb2, #thumb3 { top: 45px; }
#thumb4, #thumb5, #thumb6, #thumb7 { top: 125px; }
#thumb8, #thumb9, #thumb10, #thumb11 { top: 205px; }

#thumb0, #thumb4, #thumb8 { left: 17px; }
#thumb1, #thumb5, #thumb9 { left: 97px; }
#thumb2, #thumb6, #thumb10 { left: 177px; }
#thumb3, #thumb7, #thumb11 { left: 257px; }

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

#quuip { position: absolute; left: 335px; width: 545px; text-align: center; }
#heading-n-lead-text { position: relative; top: 230px; left: 0px; width: 310px; padding-bottom: 230px; }

#mainphoto { position: absolute; top: 160px; left: 335px; background-color: #ffffff; padding: 5px; border: 1px solid #AA8283; border-right-color: #6A5152; border-bottom-color: #6A5152; }
