@charset "utf-8";
/* CSS Document 
jQuery sliding gallery #3
Many thanks and Copyright ©2008 stu nicholls - stunicholls.com
*/

#gallery {width:750px; margin:0 auto;}
#thumbnails {width:100px; height:380px; overflow:auto; float:right; margin:10px 0;}
#thumbnails img {display:block; width:70px; height:70px; float:left; padding:3px; cursor:pointer;}
#thumbnails ul {margin:0; padding:0; list-style:none;}
#thumbnails ul li div {display:none;}
#fullSize {width:510px; font-family:georgia, serif; border:0px solid #660; background:#d2d0ac;}
#fullSize img {display:block; margin:10px auto; width:auto; padding:1px; background:#000;}
#fullSize div {background:#e0dec7; margin:0 auto; text-align:left; padding:10px 0;}
/*#fullSize div h1 {font-size:18px; padding:5px 0; margin:0;}
#fullSize div p {font-size:12px; line-height:1.6em; color:#000; padding:5px 0; margin:0;}*/
