/*
	Styles for IMAGE GALLERIES for Artisan Direct
	Copyright (c) 2008, Red Beagle Web Development, All Rights Reserved
	
	Stylesheet is interdependent with galleries.js and gallery_generate.js.
	
*/
#gal_artist_name { position: relative; top: 0px; left: 0px; width: 900px; height: 75px; }
#gal_gallery { position: relative; top: 5px; left: 0px; width: 900px; height: 450px; }

#thumb0 { left: 5px; top: 0px; }
#thumb1 { left: 115px; top: 0px; }
#thumb2 { left: 225px; top: 0px; }
#thumb3 { left: 335px; top: 0px; }
#thumb4 { left: 5px; top: 110px; }
#thumb5 { left: 115px; top: 110px; }
#thumb6 { left: 225px; top: 110px; }
#thumb7 { left: 335px; top: 110px; }
#thumb8 { left: 5px; top: 220px; }
#thumb9 { left: 115px; top: 220px; }
#thumb10 { left: 225px; top: 220px; }
#thumb11 { left: 335px; top: 220px; }

#thumb0, #thumb1, #thumb2, #thumb3, #thumb4, #thumb5, #thumb6, #thumb7, #thumb8, #thumb9, #thumb10, #thumb11 {
	cursor: pointer; position: absolute; border: 1px solid #8EBEBF; border-right-color: #5E7F80; border-bottom-color: #5E7F80; padding: 2px; }

#quuip { position: relative; left: 455px; width: 440px; }

#mainphoto { position: absolute; top: 0px; left: 450px; border: 4px solid #8EBEBF; border-right-color: #5E7F80; border-bottom-color: #5E7F80; padding: 0px; }

.artist_table td, .artist_table li { font-size: 1.0em; color: #aaaaaa; }
.artist_table p { line-height: 1.3; text-align: right; padding-right: 5px; }
.artist_exh_list p { text-align: left; padding-left: 5px;  }