body{
	font-family:arial;
}

.clear {
	clear:both;
}

#gallery_image {
	height:200px;
	float:right;
	position:relative
}

#gallery {
	left-margin: 10px;
	margin-left: 10px;
	position:relative;
	height:200px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
}

#gallery .caption {
	background-color:#000; 
	color:#ffffff;
	font-weight:bold;
	height:30px; 
	width:100%; 
	position:absolute;
	bottom:0;
	display: block;
	font-size:13px;
}

#gallery .caption .content {
	margin:5px;
	opacity: 0.7;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}

#caption_style {
	opacity: 0.7; 
	height: 30px; 
	display: block;
}