/* ================================================================ 
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/menu/photo_click.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.
=================================================================== */

#galleryContainer {
width: 770px; margin: 0 auto; padding: 0; background: url(../images/photos/gallery_bg_b.jpg) no-repeat;
}

/*contains the whole gallery */
#gallery {
width: 740px; height: 360px; position: relative;
}

/* contains thumbnails */
#gallery ul {
list-style: none; padding: 0 1px 5px 5px; margin: 28px 36px 0 0; width: 168px; height: 220px;
float: right; overflow: hidden;
}

/* size and position of thumbnails */
#gallery ul li { display: inline; width: 50px; height: 50px; float: left; margin: 0 4px 4px 0; border: 1px solid #334d66; cursor: pointer; }
#gallery ul li img { display: block; width: 50px; height: 50px; }

/* tag line */
#gallery ul li span { 
display: none; position: absolute; left: 535px; top: 277px; width: 164px; 
font-family: Georgia, "Times New Roman", Times, serif; color: #001547; font-size: 11px; line-height: 15px; text-align: left; font-style: italic; 
}

#gallery ul li.default { width: 0; height: 0; border: 0; }
#gallery ul li.default i { position: absolute; left: 0; top: 0; margin-left: 47px; width: 450px; height: 355px; }
#gallery ul li.default i img { margin: 28px auto 0 auto; width: 400px; height: 300px; /*border: 1px solid #334d66;*/ }

#gallery ul li.off { display: none; }

#gallery ul li.click { border-color: #334d66; /*background: #f8f8f8;*/ cursor: default; }

/* contains big images */
#gallery ul li.click i { 
position: absolute; left: 0; top: 0; margin-left: 47px; width: 450px; height: 355px; 
}

/* position of swapped image */
#gallery ul li.click i img { 
margin: 28px auto 0 auto; width: auto; height: auto; border: 1px solid #334d66;
}

#gallery ul li.default span, #gallery ul li.click span {
display: block;
}

