#gallery {
   width: 100%;
}
#gallery td {
	text-align:center !important;
	vertical-align: top;
	padding-bottom:20px;
}

/* Images work */
#gallery a img {
   width: 180px;
   height: 180px;
   border-style: solid;
   border-width: 1px;
   border-color: #FFFFFF;
   background-position: 0px;
   background-repeat: no-repeat;
   filter: alpha(opacity=35); -moz-opacity: 0.35; opacity: 0.35;
}

#gallery a:hover img {
   background-position: -180px;
}