#gallery {
	background-color: #CCE6FF;
	height: 398px;
	width: 134px;
	float: left;
	position: relative;
	border: 1px solid #CCCCCC;
	top: 10px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
#gallery b.default {
	position:relative;
	left:300px;
	top:40px;
	width:300px;
	height:300px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	margin:0 auto 10px auto;
}
#gallery b.default span {
	display:block;
	color:#fff;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:290px;
	margin:0 auto;
}

#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:141px;
	position:relative;
	float:left;
}
#gallery ul li {
	width:40px;
	height:40px;
	float:left;
	margin: 2px;
}
#gallery ul li a {
	display:block;
	width:40px;
	height:40px;
	text-decoration:none;
}
#gallery ul li a span {display:none;}
#gallery ul li a img {
	display:block;
	width:40px;
	height:40px;
	border:1px solid #CCCCCC;
	float: left;
	position: relative;
	padding: 0px;
}
#gallery ul li a:hover {
	border: 1px solid #000000;
}
#gallery ul li a:hover b {
	position:absolute;
	width:300px;
	height:300px;
	text-align:center;
	z-index: 20;
	float: left;
	left: 167px;
	top: -1px;
}
#gallery ul li a:hover img {
	width:auto;
	height:auto;
	border:1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#gallery ul li a:hover span {
	display:block;
	color:#000000;
	font-family:Tahoma;
	font-weight:normal;
	font-size:10pt;
	width:290px;
	text-decoration: none;
	float: right;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#gallery ul li a:active, #gallery ul li a:focus {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 2px;
}

#mainimage {
	position: relative;
	float: right;
	width: 300px;
	top: 10px;
	height: 300px;
	border: 1px solid #CCCCCC;
	right: 10px;
	background-color: #FFFFFF;
}

