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

/* slideshow */

#gallery {
	position:relative;
	height:350px;
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 1px;
}
	
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#fff; 
	height:30px; 
	width:900px; 
	position:absolute;
	bottom:0;
	border-left: 5px solid #cc3333;
}

#gallery .caption .content {
	margin:5px;
	margin-top: 8px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	font-family: arial;
}
	
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#fff;
	margin-bottom: 5px;
}
1