ul.galleryCategories {
  margin: 0;
  padding: 0 0 0 92px;
  list-style: none;
}

ul.galleryCategories li {
  float: left;
  margin: 0;
  padding: 0 20px 20px 0;
}

ul.galleryCategories li div.galleryCategory {
  width: 297px;
  height: 163px;
  background: black;
}

ul.galleryCategories li a:link,
ul.galleryCategories li a:visited,
ul.galleryCategories li a:active,
ul.galleryCategories li a:hover {
  display: block;
  position: relative;
  width: 297px;
  height: 163px;
  text-decoration: none;
  text-transform: uppercase;
}

ul.galleryCategories li a span.galleryCategoryFade {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 297px;
  height: 163px;
  z-index: 1;
  background: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}

ul.galleryCategories li a span.galleryCategoryName {
  display: block;
  position: relative;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  color: #cccccc;
  text-shadow: 1px 1px 2px #000000;
  z-index: 2;
  cursor: pointer;
}

ul.galleryCategories li a:hover span.galleryCategoryName {
  color: white;
}

.galleryIntro {
  margin: 0 90px 20px 90px;
}

ul.galleryItems {
  width: 500px;
  height: 420px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.galleryItems li {
  width: 500px;  
  margin: 0;
  padding: 0;
  text-align: center;
}

.dotsPagerNav_gallery {
  height: 30px;
  text-align: center;
  font-size: 1px;
}
  
.dotsPagerNav_gallery a {
  text-decoration: none;
  margin: 0 6px;
  padding: 0 6px;
  zoom: 1;
  font-size: 14px;
}

.dotsPagerNav_gallery span a {
  background: url('../../img/global/navDot_grey.gif') no-repeat center;
}

.dotsPagerNav_gallery span a.activeSlide {
  background: url('../../img/global/navDot_yel.gif') no-repeat center;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */