/* Copyright 2006-2007 Morose Media */

/* Gallery */
div#flashGallery {
  position: relative;
  left: -22px;
}

div#galleryNavigation {
  position: relative;
  width: 100%;
}

div.galleryNavigationHidden {
  visibility: hidden;
}

div.galleryNavigationVisible {
  visibility: visible;
}

/* Gallery Display */
div#gallerydisplay {
  position: absolute;
  width: 518px;
  height: 540px;
  padding-top: 18px;
  padding-left: 19px;
  padding-bottom: 42px;
  padding-right: 63px;
  z-index: 25;
  visibility: hidden;
}

div#gallerydisplay div#gallerycontent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 600px;
  z-index: 30;
  background-repeat: no-repeat;
}

div#gallerydisplay div#border {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 35;
}

div#gallerydisplay div#bordercaption {
  position: absolute;
  top: -44px;
  left: -19px;
  width: 100%;
  height: 20px;
  padding-right: 60px;
  cursor: move;
  font-size: 16px;
  font-weight: bold;
}

div#gallerydisplay div#bordermove {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 32px;
  cursor: move;
}

div#gallerydisplay div#bordermove img#bordernull {
  width: 100%;
  height: 100%;
  cursor: move;
}

div#gallerydisplay div#borderclose {
  position: absolute;
  top: -44px;
  right: -66px;
  width: 20px;
  height: 19px;
  cursor: pointer;
}

div#gallerydisplay div.borderclicknull {
  cursor: pointer;
}

div#gallerydisplay div.borderclosenormal {
  background-image: url('../images/layout/mm-link-close.v2.01.png');
}

div#gallerydisplay div.bordercloseover {
  background-image: url('../images/layout/mm-link-over.v2.01.png');
}

div#gallerydisplay div#borderprev {
  position: absolute;
  bottom: -30px;
  right: -31px;
  width: 20px;
  height: 19px;
  cursor: pointer;
}

div#gallerydisplay div.borderprevnormal {
  background-image: url('../images/layout/mm-link-previous.v2.01.png');
}

div#gallerydisplay div.borderprevover {
  background-image: url('../images/layout/mm-link-over.v2.01.png');
}

div#gallerydisplay div#borderprevdisabled {
  position: absolute;
  bottom: -30px;
  right: -31px;
  width: 20px;
  height: 19px;
  cursor: default;
  visibility: hidden;
  background-image: url('../images/layout/mm-link-previous-disabled.v2.01.png'); 
}

div#gallerydisplay div#bordernext {
  position: absolute;
  bottom: -30px;
  right: -51px;
  width: 20px;
  height: 19px;
  cursor: pointer;
}

div#gallerydisplay div.bordernextnormal {
  background-image: url('../images/layout/mm-link-next.v2.01.png');
}

div#gallerydisplay div.bordernextover {
  background-image: url('../images/layout/mm-link-over.v2.01.png');
}

div#gallerydisplay div#bordernextdisabled {
  position: absolute;
  bottom: -30px;
  right: -51px;
  width: 20px;
  height: 19px;
  cursor: default;
  visibility: hidden;
  background-image: url('../images/layout/mm-link-next-disabled.v2.01.png'); 
}

div#gallerydisplay div#bordertopleft {
  position: absolute;
  top: -61px;
  left: -38px;
  width: 38px;
  height: 61px;
  background-image: url('../images/layout/gallery-topleft.v2.01.png');
}

div#gallerydisplay div#bordertop {
  position: absolute;
  top: -61px;
  left: 0px;
  height: 61px;
  width: 100%;
  background-image: url('../images/layout/gallery-top.v2.01.png');
}

div#gallerydisplay div#bordertopright {
  position: absolute;
  top: -61px;
  right: -82px;
  width: 82px;
  height: 61px;
  background-image: url('../images/layout/gallery-topright.v2.01.png'); 
}

div#gallerydisplay div#borderleft {
  position: absolute;
  top: 0px;
  left: -38px;
  width: 38px;
  height: 100%;
  background-image: url('../images/layout/gallery-left.v2.01.png');
}

div#gallerydisplay div#borderright {
  position: absolute;
  top: 0px;
  right: -82px;
  width: 82px;
  height: 100%;
  background-image: url('../images/layout/gallery-right.v2.01.png');
}

div#gallerydisplay div#borderbottomleft {
  position: absolute;
  bottom: -61px;
  left: -38px;
  width: 38px;
  height: 61px;
  background-image: url('../images/layout/gallery-bottomleft.v2.01.png');
}

div#gallerydisplay div#borderbottom {
  position: absolute;
  bottom: -61px;
  left: 0px;
  height: 61px;
  width: 100%;
  background-image: url('../images/layout/gallery-bottom.v2.01.png');
}

div#gallerydisplay div#borderbottomright {
  position: absolute;
  bottom: -61px;
  right: -82px;
  width: 82px;
  height: 61px;
  background-image: url('../images/layout/gallery-bottomright.v2.01.png');
}