/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/gallery/simple.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* The outer container with a relative position */
#gallery {width:510px; height:355px; position:relative; background:#eee; border:1px solid #aaa;}

/* Float the ul to the right with a width to give 3 thumbnail images per row */
#gallery ul {list-style:none; padding:0; margin:8px 0 0 0 ; width:200px; float:right;}

/* Place the list items inline using display:inline for IE and float:left */
#gallery ul li {display:inline; width:40px; height:40px; float:left; margin:0 0 5px 5px; border:1px solid #fff; cursor:pointer;}

/* Set up the thumbnail images as the background images */
#gallery ul li.tb1 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-aqua_gallery.jpg') -52px -192px;}
#gallery ul li.tb2 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-black_gallery.jpg') -52px -192px;}
#gallery ul li.tb3 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-bone_gallery.jpg') -52px -192px;}
#gallery ul li.tb4 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-brown_gallery.jpg') -52px -192px;}
#gallery ul li.tb5 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-charcoal_gallery.jpg') -52px -192px;}
#gallery ul li.tb6 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-foam_gallery.jpg') -52px -192px;}
#gallery ul li.tb7 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-frenchblue_gallery.jpg') -52px -192px;}
#gallery ul li.tb8 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-fucshia_gallery.jpg') -52px -192px;}
#gallery ul li.tb9 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-grey_gallery.jpg') -52px 192px;}
#gallery ul li.tb10 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-lavender_gallery.jpg') -52px -192px;}
#gallery ul li.tb11 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-lemon_gallery.jpg') -52px -192px;}
#gallery ul li.tb12 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-lightblue_gallery.jpg') -52px -192px;}
#gallery ul li.tb13 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-medblue_gallery.jpg') -52px -192px;}
#gallery ul li.tb14 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-mellon_gallery.jpg') -52px -192px;}
#gallery ul li.tb15 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-navy_gallery.jpg') -52px -192px;}
#gallery ul li.tb16 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-mintgreen_gallery.jpg') -52px -192px;}
#gallery ul li.tb17 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-olive_gallery.jpg') -52px -192px;}
#gallery ul li.tb18 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-peach_gallery.jpg') -52px -192px;}
#gallery ul li.tb19 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-peacockblue_gallery.jpg') -52px -192px;}
#gallery ul li.tb20 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-pink_gallery.jpg') -52px -192px;}
#gallery ul li.tb21 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-raspberry_gallery.jpg') -52px -192px;}
#gallery ul li.tb22 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-red_gallery.jpg') -52px -192px;}
#gallery ul li.tb23 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-rust_gallery.jpg') -52px -192px;}
#gallery ul li.tb24 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-tan_gallery.jpg') -52px -192px;}
#gallery ul li.tb25 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-turquoise_gallery.jpg') -52px -192px;}
#gallery ul li.tb26 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-violet_gallery.jpg') -52px -192px;}
#gallery ul li.tb27 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-white_gallery.jpg') -52px -192px;}
#gallery ul li.tb28 {background:url('http://site.shirtslimited.com/images/gallery_thumbs/909-frenchblue_gallery.jpg') -52px -192px;}

/* Hide the full size images */
#gallery ul li span i img {display:none;}

/* set up the .click style which will be added using javascript */

/* Change the li border to white */
#gallery ul li.click {border-color:#000; cursor:default;}

/* Position the span using an absolute position and specify the width and height */
#gallery ul li.click span {position:absolute; left:0; top:0; width:300px; height:355px;}

/* Set up the i so that it is the same size as the span BUT this has a static position so that the image can be both vertically and horizontally centered in all browsers except IE using display:table-cell */
#gallery ul li.click span i {width:300px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 

/* Make the image actual size using auto width and height */
#gallery ul li.click span i img {display:block; width:auto; height:auto; border:1px solid #fff; margin:0 auto;}

/* set up the default image */
#gallery ul li.default {width:0; height:0; border:0px none;}
#gallery ul li.default span {position:absolute; left:0; top:0; width:300px; height:355px;}
#gallery ul li.default span i {width:300px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
/* specify the image width and height for IE6 */
#gallery ul li.default span i img {display:block; width:283px; height:350px; border:1px solid #fff; margin:0 auto;}
#gallery ul li.off {display:none;}rder:1px solid #fff; margin:0 auto;}
#gallery ul li.off {display:none;}
