#content-gallery{
display: block;
padding: 20px;
background-image: url(../images/gallery-bg.png);
background-position: top left;
background-repeat: no-repeat;

}


#content-gallery-overview{
	
min-height: 400px;
	width: 402px;
	padding-left: 11px;
	background: url(../images/content-titles-bg.png) no-repeat 0px top;
	padding-top: 10px;
	padding-bottom: 26px;
	
	}
	
	.imageGalleryLinks li{
padding: 1px;
	list-style-type: square;

}
	
.imageGalleryLinks li a{
	display: block;
padding: 10px;
	background-color: #4d4332;
	text-decoration: none;
	color: #ceb88a;
	font-size: 12px;
	
}


.imageGalleryLinks li a:hover{
		background-color: #ceb88a;
	color: #4d4332;

	}