@charset "UTF-8";
/*
	Element CSS style sheet
	Modified 30/05/2010
*/
.clear {
	clear:both
}

#gallery {
	position:relative;
	width: 706px;
	height:284px;
	overflow:hidden;
}

#gallery .slide {
	float:left;
	position:absolute;
}

#gallery .slide img {
	border:none;
	width: 706px;
	height: 284px;
}

#gallery div#show {
	z-index:500
}
	
#gallery .slide .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:75px;
	width:706px; 
	position:absolute;
	bottom:0px;
	opacity: 0.7;
}

#gallery .slide .caption .content {
	margin:5px;
}

#gallery .slide .caption h3 {
	margin:5px;
	padding:0;
	font-weight: bold;
	border: 0px;
	text-align:left;
}

#gallery .slide .caption p {
	margin:5px;
}