@charset "iso-8859-1";

.clear {
	clear:both
}

#gallery {
	position:absolute;
	height:260px;
	left:0.001%;
		
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:900;
	}

	#gallery .caption {
		z-index:900; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size:11px;
		text-align:center;
		font-weight:bold;
	}

	#gallery .caption .content {
		margin:15px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		font-size:17px;
		text-align:center;
		font-weight:bold;
	}
	
		
/* End Kid Style */			
	