@charset "utf-8";
/* CSS Document */


#gallery {
	position:absolute;
	height:260px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		float:left;
		background-color:transparent; 
		color:#ffffff;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-align:left;
		font-size: 13pt;
		font-style: normal;
		font-weight:bold;
		height:100px; 
		width:100%; 
		padding-left: 15px;
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		float:left;
		/* color:#1DCCEF; */
		color:#FFF;
	}

