.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
  border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
  /*display: none;*/
  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: silver;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
    
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.highslide-html {
  opacity: .92;
  filter: alpha(opacity=92);
}

.highslide-html * {
  background: transparent;
}
.highslide-header {
  float: right;
  padding: 8px;
}
.highslide-header, .highslide-body {
  background: #000;
}
.highslide-wrapper, .highslide-html-content, .highslide-display-block {
  background: transparent;
}
.highslide-html-content div {
  width: 557px;
  height: 347px !important;
  overflow: hidden !important;
}
.highslide-body {
  float: right;
  width: 500px !important;
}
  .photo_large {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    max-height: 344px;
  }
.highslide-header {
  width: 484px !important;
}
.highslide_footer_flare {
  background: transparent url('../images/public/highslide_footer_flare.png') bottom center no-repeat;
}
  .caption {
    display: block;
    width: 400px;
    padding: 12px 12px;
    background: #000;
  }
  .photo_change_left, .photo_change_right {
  }
  .photo_change_left img, .photo_change_right img {
    border: none;
  }
  .photo_change_left img {
    width: 24px;
    height: 33px;
    margin-top: 12px;
  }
  .photo_change_right img {
    width: 22px;
    height: 33px;
    margin: 12px 12px 0 0;
  }

/* mailing list */
.highslide-html-content-mailing div {
    background: #000;
    width: 226px;
    height: 300px !important;
    overflow: hidden !important;
  }
  .highslide-body-mailing {
    width: 254px !important;
  }
  .highslide-header-mailing {
    width: 226px !important;
  }
  .highslide_footer_flare_mailing {
  }
  .highslide-wrapper .highslide-html-content-mailing {
    width: 254px; height: 480px;
    padding: 5px;
  }
  .highslide-body-mailing form {
    margin-left: 12px;
    text-align: left;
  }
    .highslide-body-mailing form input, .highslide-body-mailing form select {
      width: 196px;
      height: 12px;
      padding: 2px;
      background: #fff;
      border: none;
      font-size: 9px;
      font-weight: bold;
    }
    .highslide-body-mailing form div {
      height: 0px !important;
    }








