

#gallery {
	width:860px; 
	height:360px; 
	padding:10px; 
	background: transparent; 
	position:relative;
}
#gallery b.default {
	position:absolute; 
	left:410px; 
	top:10px; 
	width:440px; 
	height:327px; 
	text-align:center;
}
#gallery b.default img {
	display:block; 
	margin:0 auto 10px auto; 
	border:1px solid #FFFFFF;
}
#gallery b.default span {
	display:block; 
	color:#FFFFFF; 
	font:12px Trebuchet MS, arial, sans-serif; 
	font-weight:normal; 
	width:350px; 
	background: #2B6BB2; 
	margin:0 auto;
}

#gallery ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:380px; 
	position:relative; 
	float:left;
}
#gallery ul li {
	display:inline; 
	width:70px; 
	height:54px; 
	float:left; 
	margin:0 0 5px 5px;
}
#gallery ul li a {
	display:block; 
	width:70px; 
	height:54px; 
	text-decoration:none; 
	border:1px solid #FFFFFF;
}
#gallery ul li a span {
	display:none;
}
#gallery ul li a img {
	display:block; 
	width:70px; 
	height:54px; 
	border:0;
}
#gallery ul li a:hover {
	white-space:normal; 
	border:1px solid #FFFFFF; 
	background:transparent;
}
#gallery ul li a:hover b {
	position:absolute; 
	left:400px; 
	top:0; 
	width:440px; 
	height:327px; 
	text-align:center; 
	background:transparent; 
	z-index:20;
}
#gallery ul li a:hover span {		
	display:block; 
	color:#fff; 
	font-family:Trebuchet MS, arial, sans-serif; 
	font-weight:normal; 
	font-size:12px; 
	width:350px; 
	background: #2B6BB2; 
	margin:0 auto;
}
#gallery ul li a:hover img {
	margin:0 auto 10px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #FFFFFF;
}

#gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal; 
	border-color:#FFFFFF; 
	background:transparent;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute; 
	left:400px; 
	top:0; 
	width:440px; 
	height:327px; 
	text-align:center; 
	background:#FFFFFF; 
	z-index:10;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display:block; 
	color:#fff; 
	font-family:Trebuchet MS, arial, sans-serif;  
	font-weight:normal; 
	font-size:12px; 
	width:350px; 
	margin:0 auto;
	background: #2B6BB2;
}
#gallery ul li a:active img, #gallery ul li a:focus img{
	margin:0 auto 10px auto; 
	width:auto; 
	height:auto; 
	border:1px solid #FFFFFF; 
}
