
/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#gallery {width:750px; margin:0 auto;}
#thumbnails {width:150px; height:400px; overflow:auto; float:right; margin:0px 0;}
#thumbnails img {display:block; width:50px; height:50px; float:left; padding:3px 3px 3px 3px; cursor:pointer;}
#thumbnails ul {margin:0; padding:0; list-style:none;}
#thumbnails ul li div {display:none;}
#fullSize {width:600px; font-family:arial, sanserif; float:right; border:0px solid #666666; background:#fff;}
#fullSize img {display:block; margin 0px auto; width:auto; padding:0px; background:#000;}
#fullSize div {background:#fff; margin:0 auto; text-align:left; padding:10px 0;}
#fullSize div h1 {font-size:12px; font-weight: bold; padding: 0px 0px 0px 7px; margin:0;}
#fullSize div p {font-size:10px; line-height:1.6em; color:#000; padding:0px 0px 0px 7px; margin:0;}

#shadow {position:relative; background:#fff; padding:10px; display:block;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}