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

.clear {
	clear:both;
}

#gallery {
	position:relative;
	width:517px;
	height:291px;
}
	#gallery a {
	float:left;
	position:absolute;
	top: 9px;
	left: 10px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500;
	}

	#gallery .caption {
	z-index:600;
	color:#cef9c9;
	height:101px;
	width:491px;
	position:absolute;
	bottom:-123px;
	left: 10px;
	padding:0 12px 0 10px;
	}

	#gallery .caption .content {
		margin:5px;
		margin-right:15px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		font-size:15px;
		color:#cef9c9;
	}
