.clear {
	clear:both
}

#gallery {
	position:relative;
	overflow: hidden;
        width:566px;
	height:360px
}

#gallery p{
margin-left:0;
font-size:14px;
color:#fff;

}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	

	#gallery .caption {
		
/*		background-color:#0f4767;  */
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .slidecontent {
		margin:5px
	}
	
	#gallery .caption .slidecontent h3 {
		margin:0;
		padding:0;
		/* color:#1DCCEF !important; */
	}
	
	#gallery h2 {
/*	color:#a9ecfa !important; */
	}
	
div#global div#gallery div.caption, div#global div#gallery div.caption div.slidecontent {
background-image:none;
border: none;
}
