div.content {
  /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
  display: none;
  float: right;
  width: 100%; 
}
div.slideshow-container {
  position: relative;
  clear: both;
  height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.slideshow img {
  vertical-align: middle;
  border: 0px solid #ccc;
}
div.container {

}
span.image-caption {
  display: block;
  position: absolute;
}
div.caption {
  background-color: #000;
  padding: 30px;
  color: #ccc;
}
div.navigation {
  /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}
a.thumb {
  padding: 5px;
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
  background: #FF6600;
}
a.thumb:focus {
  outline: none;
}


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