.clear {
	clear:both
}

#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#0b094a; 
		color:#ffffff; 
		height:40px; 
		width:100%; 
		position:absolute;
		bottom:0;
                text-align:right;
                font-size:14px;
                
	}

        #gallery h5 { font-size:16px; color: white; display:inline; margin-right:10px; }
        
        .small { font-size:80%; }
       
	#gallery .caption .content {
		margin:5px
	}
	
	
	
