#gallery {
	width:910px;
	height:560px;
	position:relative;
	background-color: #494844;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery ul {
	list-style:none;
	margin:0;
	width:270px;
	float:right;
	height:375px;
	overflow:auto;
	padding: 5px;
}
#gallery ul li {
	display:inline;
	width:70px;
	height:70px;
	float:left;
	border:1px solid #FFFFFF;
	cursor:pointer;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}
#gallery ul li img {
	display:block;
	width:70px;
	height:70px;
}
#gallery ul li span {
	display:none;
	position:absolute;
	left:635px;
	top:435px;
	width:250px;
	font-family:verdana, arial, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	line-height:15px;
	text-align:justify;
}
#gallery ul li span b {
	color:#FF0000;
	font-size: 14px;
}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	width:600px;
	height:500px;
	border:1px solid #000000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

#gallery ul li.click {
	background:#f8f8f8;
	cursor:default;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
}

#gallery ul li.click i {
	position:absolute;
	left:0;
	top:0;
	width:600px;
	height:500px;
}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}

