

.clear {
	clear:both
}

#nmgallery 
{
	position:relative;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	width:306px;
	height:414px;
	
	}
	#nmgallery a {
		float:left;
		position:absolute;
	}
	
	#nmgallery a img {
		border:none;
		margin-left:19px;
		margin-top:52px;	
	}
	
	#nmgallery a.show {
		z-index:500
	}

	#nmgallery .nmcaption {
		z-index:600; 
		top: 275px;
		height:55px; 
		position:absolute;
		bottom:80px;
	}


	#nmgallery .nmcaption .nmcontent {
		
		width:257px;
		margin-left:19px;
		text-align:center;
		padding:10px 5px;
		font-size:11px;
		font-weight:bold;
		font-family:verdana;
		color:#0098aa;
		line-height:170%;
		//margin-top: 20px;
	}
	
	

