pre {
  display: block;
  font: 12px "Courier New", Courier, monospace;
  padding: 10px;
  border: 1px solid #bae2f0;
  background: #e3f4f9;
  margin: .5em 0;
  width: 796px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: -8000px;
}

/* // image replacement */
#container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 796px;
  background: #fff;
  margin-bottom: 2em;
}

/* Easy Slider */
#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider li {
  /*
   define width and height of list item (slide)
   entire slider area will adjust according to the parameters provided here
   */
  width: 796px;
  height: 359px;
  overflow: hidden;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
  display: block;
  width: 52px;
  height: 359px;
  position: absolute;
  left: 12px;
  top: 101px;
  z-index: 1000;
}

#nextBtn, #slider1next {
  left: 860px;
}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
  display: block;
  position: relative;
  width: 52px;
  height: 359px;
  background: url(/pub/images/layout/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
  background: url(/pub/images/layout/btn_next.gif) no-repeat 0 0;
}

/* numeric controls */
ol#controls {
  margin: 1em 0;
  padding: 0;
  height: 28px;
}

ol#controls li {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 28px;
  line-height: 28px;
}

ol#controls li a {
  float: left;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  background: #DAF3F8;
  color: #555;
  padding: 0 10px;
  text-decoration: none;
}

ol#controls li.current a {
  background: #5DC9E1;
  color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
  outline: none;
}

/* -- gallery settings -- */

#dhtmlgoodies_slideshow{
  width:520px;  /* Total width of slideshow */
}

#previewPane {
  position: relative;
}

#previewPane img {
  line-height: 400px;
}

#previewPane #largeImageCaption { /* CSS styling of image caption below large image */
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  padding: 0 10px 10px 10px;
  background-color: #373737;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;  /* Font to use */
}

#galleryContainer {
  height: 66px;
  overflow: hidden;
  position: relative;
  padding: 0 10px 10px 10px;
  background-color: #373737;
}

#galleryContainer img.thumb {
  border: 0;
  width: auto;
  height: 64px;
  margin: 0 4px;
}

#galleryContainer img {
  cursor: pointer;
}

#arrow_left {
  position: absolute;
  left: 0px;
  z-index: 10;
  background-color: #373737;
}

#arrow_right {
  position: absolute;
  right: 0px;
  z-index: 10;
  background-color: #373737;
}

#theImages {
  position: absolute;
  height: 66px;
  left: 20px;
  width: 100000px;
}

#theImages #slideEnd {
  float: left;
}

#theImages img {
  float: left;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor:pointer;
  border: 0px;
}

#waitMessage {
  display: none;
  position: absolute;
  left: 200px;
  top: 150px;
  background-color: #FFF;
  border: 3px double #000;
  padding: 4px;
  color: #555;
  font-size: 0.9em;
  font-family: arial;
}

#theImages .imageCaption {
  display: none;
}
