@charset "utf-8";
/* CSS Document */

/*///////////////BANNER AREA STYLES ///////////////////////////*/
#banner {
	width: 591px;
	height: 211px;
	float: left;
	position: relative;
}
#gallery {
	height:211px;
	float:left;
}
 #gallery a {
	position:absolute;
	float: left;
	width: 591px;
		}
	#gallery a img {
	border: none;
	}
	
	#gallery a.show {
	}

	#gallery .caption { 
		background-color:#000; 
		color:#ffffff; 
		height:0px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:0px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
