
.clientsClear {
	clear:both
}

#clientsGallery {
	position:relative;
	height:360px;
	width:580px;
}

	#clientsGallery a {
		float:left;
		position:absolute;
	}
	
	#clientsGallery a img {
		border:none;
	}
	
	#clientsGallery a.show {
		z-index:500
	}

	#clientsGallery .clientsCaption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#clientsGallery .clientsCaption .clientsGallerycontent {
		margin:5px;
		font-size:10pt;
	}
	
	#clientsGallery .clientsCaption .clientsGallerycontent h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	

