/* ================================================================
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/gallery/left_right_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.
=================================================================== */
/* ================================================================
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/gallery/left_right_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:616px;
position:relative;

padding-top:320px;
margin:0 113px 10px 80px;

}
em
{
display:none;
}

#gallery img.left {position:absolute;top:330px;left:-50px;width:50px; height:50px;cursor:pointer;}
#gallery img.right {position:absolute;top:330px;left:607px;width:50px; height:50px;cursor:pointer;}

#gallery ul {width:616px;list-style:none; padding:0; margin:0 auto; border-width:5px 2px; top:0;}






#gallery ul li {display:inline; width:62px; height:62px; float:left; margin:0 5px;  cursor:pointer; border:2px solid white;}

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

/* remove visibility:hidden; if you want to use the original images as thumbnails */
#gallery ul li img {visibility:hidden; display:block; width:62px; height:62px;}


#gallery ul li b {color:#444;}

#gallery ul li.chosen {cursor:default; border:2px solid #202b47;}
#gallery ul li.chosen div {position:absolute; left:-21px; top:0; width:650px; height:185px;}

#gallery ul li.chosen div i img {visibility:visible; width:auto; height:auto; border:0; margin:0 auto;}
#gallery ul li.chosen span {display:block;}

#homeList .picture {
	float: left;
	margin: 10px 10px;
	width: 120px;
	height: 110px;
	text-align: center;
	}
#homeList .picture a img {
	border-color: #202b47;
	}
#homeList .picture p {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	}

.lightblue { color: #0aceff; }
.green { color: #c1f201; }
.pink { color: #e7018b; }