#gallery {
	width:700px;
	height:640px;
	padding:10px;
	border:1px solid #333;
	position:relative;
	background-color: #E6E9EF;
}
#gallery b.default {
	position:absolute;
	top:10px;
	width:500px;
	height:375px;
	text-align:center;
	left: 15px;
}
#gallery b.default img {
	display:block;
	margin:0 auto 10px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #556481;
	border-bottom-color: #3E527B;
	border-left-color: #333;
}
#gallery b.default span {
	display:block;
	color:#42224F;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	width:350px;
	margin:0 auto;
}

#gallery ul {
	list-style:none;
	margin:0;
	width:180px;
	position:relative;
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#gallery ul li {
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
#gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #555;
	border-bottom-color: #333;
	border-left-color: #ddd;
}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:hover b {
	position:absolute;
	left:-500px;
	top:0;
	width:500px;
	height:376px;
	text-align:center;
	background:#888;
	z-index:20;
}
#gallery ul li a:hover span {
	display:block;
	color:#3E527B;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:350px;
	margin:0 auto;
}
#gallery ul li a:hover img {
	margin:0 auto 10px auto;
	width:auto;
	height:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #3E527B;
	border-bottom-color: #556481;
	border-left-color: #333;
}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:-500px;
	top:0;
	width:500px;
	height:380px;
	text-align:center;
	background:#888;
	z-index:10;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display:block;
	color:#3E527B;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto;
}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
