#gallery_container {
	margin-bottom:1px;
	width:400px;
	overflow:hidden;
	text-align:center;
	z-index:1;
	position:relative;
	background-color:#000000;

}
#gallery_calltoaction 
{
	position:relative;
	background: url(../images/view-more-images.gif) right top no-repeat;
	margin-top:-25px;
	z-index:2;
	height:25px;
	cursor:hand;
}

#gallery_container a:hover {
	background: none;
}