.clear {
	clear:both
}

#gallery {
	position: relative;
	width:1000px;
	height:134px;
	margin: 0px;
	border: 0px solid;
}
#gallery a {
	width: 1000px;
	height:134px;
	float:left;
	position:absolute;
}

#gallery a img {
	width: 1000px;
	height:135px;
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	margin-left: 780px;
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:134px; 
	width: 200px; 
	position:absolute;
	bottom:0;
	border: 0px solid;
}

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

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