#gallery {
	width: 98%;
	margin-top: 0px;
	float: left;
}
          .gallery li{
	float:left;
	display:inline;
	margin:0px;
	padding:10px 0px 10px 10px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
	position:relative;
          }
.gallery li a {
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
}
            .gallery a,
            .gallery img{
	display:block;
	margin: 0px;
	padding: 0px;
            }
.gallery a img {
	border:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay.png',sizingMethod='scale');
	background: no-repeat center center;
	margin: 0px;
	padding: 0px;
	}
 /* A small fix */

            .gallery a:link,
            .gallery a:visited,
            .gallery a:focus,
            .gallery a:hover,
            .gallery a:active{
	padding:3px; /* We blend the border with the bg, as if it isn't there */
	position:relative; /* position it so that image's top left corner is in the center of the list item */
	margin:0;
            }
            .gallery a:hover{
              border-color:#dfdfdf;
            }

            /* These are all optional, for decoration purpouses only */
            .gallery{
              padding-bottom:6px;
              margin-top:0px;
            }

/*
.gallery_images {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 25px;
}*/

		/* --------------------------------------------- */
      /* ----------- Gallery code start -------------- */
      /* --------------------------------------------- */
        .gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:100%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
#gallery p {
}



.formfield_textfield
{
color: #000000;
}
