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

#animation {
	position:relative;
	width:500px;
	height:400px;
	overflow:hidden;
}
	#animation a {
		float:left;
		position:absolute;
	}
	
	#animation a img {
		border:none;
	}
	
	#animation a.show {
		z-index:500;
	}

	#animation .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:40px; 
		width:100%; 
		position:absolute;
		bottom:0;
		overflow:hidden;
		font-size:16px;
		font-weight:bold;
		text-transform:lowercase;
	}

	#animation .caption .content {
		margin:5px;
	}
	
	#animation .caption .content h3 {
		margin:0;
		padding:0;
		color:#fff;
		
	}