﻿/* ================================================================ 
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.
=================================================================== */

#gallery {width:672px; height:391px; position: absolute; top: 12px; left: 12px; border:0; background:#000; font-size:11px; font-family:verdana, arial, sans-serif;}
#gallery ul {list-style:none; padding:20px 10px; margin:0; width:185px; float:right; height:200px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; /* Image Description */
	left:477px; 
	top:250px; 
	width:185px; 
	color:#06a;  line-height:15px; 
	text-align:justify;}
#gallery ul li span p {color:#444; font-weight: bold; margin: 0; padding-bottom: 6px;}
#gallery span {display: block; position: relative; color: #444; top: 360px;}
#gallery span a {text-decoration: none; color: #444; border-bottom: 1px #444 dotted;}
#gallery span a:hover {color: #06a; border-bottom: 1px #06a dotted;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default-a {margin:20px auto 0 auto; width:126px; height:335px; border:0px solid #444;}
#gallery ul li.click i img.default-ar {margin:20px auto 0 auto; width:400px; height:253px; border:0px solid #444;}
#gallery ul li.click i img.default-f {margin:20px auto 0 auto; width:400px; height:200px; border:0px solid #444;}
#gallery ul li.click i img.default-n {margin:20px auto 0 auto; width:476px; height:335px; border:0px solid #444;}
#gallery ul li.click i img.default-v{margin:20px auto 0 auto; width:476px; height:335px; border:0px solid #444;}
#gallery ul li.click i img.default-w{margin:20px auto 0 auto; width:476px; height:335px; border:0px solid #444;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:transparent; cursor:default;} /* Active thumbnail */

#gallery ul li.click i {position:absolute; left:0; top:0; width:480px; height:355px;}

#gallery ul li.click i img {margin:20px auto 0 auto; width:auto; height:auto; border:0;}

#gallery ul li.click span {display:block;}
