@charset "utf-8";
/* CSS Document */

#gallery {
	position:relative;
	overflow:hidden;
	height:237px;
}

#gallery a {
	float:left;
	position:absolute;
	display:none;
	/*width: 170px;*/
}

#gallery a:first {
	display:block;
}
#gallery a:second {
	display:block;
}
#gallery a img {
	border:none;
}

#gallery img {
	border:none;
}

#gallery a.show {
	z-index:500;
	display:block;
}

#gallery .caption {
	z-index:600;
	color:#CCCCCC;
	height:237px;
	width:187px;
	position:absolute;
	bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 440px;
	background-color: #153047;
}

#gallery .caption .content {
	text-align: left;
	margin: 13px;
}

#gallery .caption .content h3 {
	color:#FF6600;
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7;
	margin-left: 0;
	padding: 0;
}
