.clear { clear:both }

#gallery { position:relative; height:360px; overflow: hidden; }
#gallery a { float: left; position: absolute; cursor: pointer; }
#gallery a img { border:none; }
#gallery a.show { z-index:500 }

#gallery .caption
{
	position: absolute; bottom: 0; z-index: 600; 
	width: 540px; height: 40px; 
	background: #0b094a; color: #fff; 
	text-align:left; font-size: 14px; line-height: 39px;
}

#gallery h5 { font-size: 16px; color: #fff; padding: 0 5px; }

#gallery .caption a { float: none; width: 535px; display: block; padding: 0 0 0 5px; }
#gallery .caption a:link, #gallery .caption a:visited,
#gallery .caption a:hover, #gallery .caption a:active { color: #fff; text-decoration: none; }

#gallery .caption span
{
	position: absolute; right: 10px; top: 5px; 
	display: block;
	width: 110px; height: 26px;
	padding: 0 3px;
	font-weight: bold; font-size: 12px; line-height: 26px; text-align: center;
	border: 2px solid #fff;
	border-color: #d7e5f8 #99a8bd #7c889a #b8c4d6;
}

#gallery .caption a:link span, #gallery .caption a:visited span { background: #b6c8e2; color: #000; }
#gallery .caption a:hover span, #gallery .caption a:active span { background: #d5e0ff; color: #000; }

.small { font-size: 80%; }
