.gallery {
  text-align: center;
  float: left;
  background-color: transparent;
  width: 100%;
}

.preview {
  width: 456px;
  margin: auto;
  background-color: transparent;
}

.preview a
{
   display: block;
   float: left;
   position: relative;
   margin: 0 10px 20px 10px;
}

a.thumb img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  border: solid 2px #ffffff;
}

a.thumb:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  border: solid 2px #0000ff;
}

.gallery_arrow
{
  width: 20px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.larrow
{
  background: url(../images/larrow.gif) no-repeat;
}

.rarrow
{
  background: url(../images/rarrow.gif) no-repeat;
}

.gallery_arrow:hover
{
  background-position: 0 -30px;
}

.gallery_table {
  margin: 0 auto;
  margin-bottom: 20px;
}

.gallery_left_column {
  width: 40px;
  text-align: center;
}

.gallery_right_column {
  width: 40px;
  text-align: center;
}

.gallery_table img {
  width: 450px;
  border-width: 0px;
}

.gallery_footer {
  text-align: center;
  padding-top: 20px;
}