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

.clear {
	clear:both
}

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

	#GallerySlider .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
	#GallerySlider .caption a {
		color:#CCCCCC;
		text-decoration:none;
	}

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

