/* ================================================================ 
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.
=================================================================== */

/* 280-290 + 270-260 + 275-285 */

#gallery {width:550px; height:560px; position:relative; background:#000000; margin-left: auto; margin-right: auto;}
#gallery ul {list-style:none; padding:5px; margin:0; width:520px; float:right; height:115px; overflow:hidden;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px 4px 0; border:1px solid #000000; cursor:pointer; }
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:280px; top:130px; width:270px; height:420px; text-align:center; color:ffffff; overflow:auto;}

/* for IE5-6 to display the start image size correctly */
#gallery ul li.click em img.default1 { margin:5px auto 0 auto; width:250px; height:415px;}
#gallery ul li.click em img.default2 { margin:5px auto 0 auto; width:250px; height:350px;}

#gallery ul li.off {display:none; }

#gallery ul li.click { border-color:#e3d12b; background:#000000; cursor:default; }
#gallery ul li.click em {position:absolute; left:0; top: 130px; width:275px; height:420px;}
#gallery ul li.click em img { margin:5px auto 0 auto; width:auto; height:auto; }
#gallery ul li.click span { display:block; }


/* highslide stuff for non-cover galleries */

.highslide {
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #000000;
}
.highslide:hover img {
	border: 1px solid #ece01d;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid #ffffff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid #ffffff;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 13px;
    padding: 5px;
    background-color: #000000;
}
.highslide-loading {
    display: block;
	color: #000000;
	font-size: 10px;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
    background-color: #000000;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
