#content {
  position: static;
  /*
    'relative' doesnt work with paginator on ajax gallery 
    'relative' on #content is used to place rounded edges
  */
}

#rightColumn h3,
#leftColumn h3,
#leftColumn h4 {
  font-weight: bold;
}

#rightColumn h3,
#leftColumn h3 {
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 142%;
}

#navGalleries li {
  display: inline;
}

#searcGalleries {
  padding-top: 20px;
}

#searcGalleries label {
  font-size: 117%;
  margin-left: 5px;
}

#searcGalleries a {
  line-height: 20px;
  color: #263D5F;
}

#imageBoxContainer {
  clear: both;
}

#content #gallery {
  margin-top: 15px;
}

#content #galleryPaginator {
  margin-bottom: 10px;
}

#galleryPaginator {
  position: relative;
  width: 520px;
  height: 78px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

#galleryPaginator #doPrev {
  position: absolute;
  width: 25px;
  height: 78px;
  background: #000 url(../GFX/gallery/doPrev.gif) no-repeat 50% 50%;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity:.70;
  left: 0;
  top: 0;
  cursor: pointer;
}

#galleryPaginator #doNext {
  position: absolute;
  width: 25px;
  height: 78px;
  background: #000 url(../GFX/gallery/doNext.gif) no-repeat 50% 50%;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity:.70;
  right: 0;
  top: 0;
  cursor: pointer;
}

#galleryPaginator #doNext span,
#galleryPaginator #doPrev span {
  display: none;
}

#galleryPaginator li {
  display: inline;
  margin-right: 4px;
}

#galleryPaginator li#lastImage, #galleryPaginator li#doNext {
  margin-right: 0;
}

#galleryPaginator li a {
  display: inline;
  margin: 0;
  padding: 0;
}

#galleryPaginator li a img {
  display: inline;
}

#mainImage img {
  margin: 0 auto 20px;
}

#uploadImage {
  padding-top: 10px;
}

#uploadImage label {
  display: block;
  clear: both;
  font-weight: bold;
  line-height: 20px;
}

#searcResults a {
  float: left;
  display: inline;
  padding: 5px;
  min-height: 180px;
  height: auto!important;
  height: 180px;
}