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



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

	#slideshow-gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#slideshow-gallery .caption .content {
		margin:5px
	}
	
	#slideshow-gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	




