/* Fun with gallery page images */
#gallery-container {
  width:100%;
  min-height:180px;
  padding-top:14px;
  padding-left:10px;
  padding-right:10px;
  border-bottom:solid 1px #CCC;
}

#gallery-container:last-child {
  border-bottom:none;
}

.gallery-pagetitle {
  margin-left:1.0em;
  margin-bottom:0.9em;
}

.gallery-pagetxt_top {
    font-size: 14px;
    line-height: 1.0;
}

.gallery-pagetxt {
    margin-left:1.0em;
    font-size: 14px;
    line-height: 1.0;
}

img.gallery-img {
	width:150px;
	height:150px;
	margin-right:10px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border:none;
	 float:left;
	 
}
/* end Fun with gallery page images */