#gallery {
	width:730px;
	height:350px;
	padding:10px;
	position:relative;
	margin-bottom:20px;
	margin-top:45px;
	background-color: #999999;
	}
#gallery b.default {
	position:absolute; 
	left:10px; 
	top:10px; 
	width:460px; 
	height:350px; 
	text-align:right;
	}
#gallery b.default img {
	display:block; 
	margin:0 auto 10px auto; 
	border:1px solid #eee; 
	border-color:#555 #ddd #eee #333;
	}
#gallery b.default div {
	font-weight:normal;
	display:block;
	width: 370px;
	position:relative;
	margin-top: 310px;
	margin-bottom: auto;
	margin-left: 90px;
	margin-right:0;
	text-align: right;
	white-space:nowrap;
	}
#gallery ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:240px; 
	position:relative; 
	float:right;
	}
#gallery ul li {
	display:inline; 
	width:52px; 
	height:72px; 
	float:left; 
	margin:0 0 5px 5px;
	}
#gallery ul li a {
	display:block; 
	width:50px; 
	height:70px; 
	text-decoration:none; 
	border:1px solid #000; 
	border-color:#eee #555 #333 #ddd;
	}
#gallery ul li a div {
	display:none;
	}

#gallery ul li a img {
	display:block; 
	width:50px; 
	height:70px; 
	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:-490px; 
	top:0; 
	width:460px; 
	height:350px; 
	text-align:left; 
	background:#999; 
	z-index:20;
	}
#gallery ul li a:hover div {
	display:block;
	color:#000;
	font-weight:normal;
	width:370px;
	position:absolute;
	margin-top: 310px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 90px;
	text-align: right;
	}
#gallery ul li a:hover img {
	margin:0 auto 10px auto; 
	width:auto; height:auto; 
	border:1px solid #eee; 
	border-color:#555 #ddd #eee #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:-490px; 
	top:0; 
	width:460px; 
	height:350px; 
	text-align:left; 
	background:#999; 
	z-index:10;
	}
#gallery ul li a:active div, #gallery ul li a:focus div {
	display:block;
	color:#000;
	font-weight:normal;
	width: 370px;
	position:absolute;
	margin-top: 310px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 90px;
	text-align: right;
	}
#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;
	}
