.clear {
	clear:both
}
#gallery1 {
	position:relative;
	height:265px;
	width:230px;
}
	#gallery1 a {
		float:left;
		position:absolute;
	}
	
	#gallery1 a img {
		border:none;
	}
	
	#gallery1 a.show {
		z-index:500
	}

	#gallery1 .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size:9px;
	}

	#gallery1 .caption .content {
		margin:5px
	}
	
	#gallery1 .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		font-size:12px;
	}
	
	.clear {
	clear:both
}
#gallery2 {
	position:relative;
	height:260px;
	width:300px;
}
	#gallery2 a {
		float:left;
		position:absolute;
	}
	
	#gallery2 a img {
		border:none;
	}
	
	#gallery2 a.show {
		z-index:500
	}

	#gallery2 .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size:9px;
	}

	#gallery2 .caption .content {
		margin:5px
	}
	
	#gallery2 .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		font-size:12px;
	}