.clear {
	clear:both
}

#gallery {
	position: relative;
	height: 300px;
  width: 962px;
  padding-left: 0px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#666666;
		color:black;
		height:63px;
    /*border: 1px solid yellow;*/
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:0px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding-left: 10px;
    padding-right: 10px;
		/*color:#1DCCEF;*/
    color: black;
    font-size: 40px;
    line-height: 61px;
    border: 1px solid lightblue;
    font-weight: bold;
    text-align: right;
	}