div.content {
  /* The display of content is enabled by a javascript generated style on the page.
     This is so that the slideshow content won't display unless javascript is enabled. */
  /*display: none;
  float: right;*/
  width: 500px; 
  text-align: center;
  
  
}
div.content img{
  /* The display of content is enabled by a javascript generated style on the page.
     This is so that the slideshow content won't display unless javascript is enabled. */
  /*display: none;
  float: right;*/
  width: 500px; 
 
  
  
}
div.content a, div.navigation a {
  text-decoration: none;
  color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
  text-decoration: underline;
}
div.controls {
  margin-top: 5px;
}
div.controls a {
  padding: 5px;
}
div.ss-controls {
  float: left;
}
div.nav-controls {
  float: right;
}

div.loader {
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  height: 350px
}
div.slideshow {
  text-align: center;
  clear: both;
}
div.slideshow span.image-wrapper {
  /*float: right;*/
  padding-bottom: 12px;
}
div.slideshow a.advance-link {
  padding: 2px;
  display: inline-block;
  background-color: #fff;
  
}
div.slideshow img {
  border: none;
  display: inline-block;
}
div.download {
  float: right;
}
div.embox {
  clear: both;
   background-color: #eee;
  padding: 12px;
}
div.image-title {
  font-weight: bold;
  font-size: 1.4em;
}

div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
div.navigation {
  /* The navigation style is set by a javascript generated style on the page.
     This is so that the javascript specific styles won't be applied unless javascript is enabled. */
  position:absolute;
  width:20000em;
  clear:both;
  text-align: left;
}
ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}
a.thumb {
  padding: 2px;
  display: block;
  }
ul.thumbs li.selected a.thumb {
  background: #000;
}
a.thumb:focus {
  outline: none;
}
ul.thumbs img {
  border: none;
  display: block;
}
div.pagination {
  clear: both;
}
div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}
div.navigation div.bottom {
  margin-top: 12px;
}
div.pagination a, div.pagination span.current {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  }
div.pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}
div.pagination span.current {
  font-weight: bold;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* root element for scrollable */
div.scrollable {            
  position:relative;
  overflow:hidden;
  height: 100px;
  width: 470px;
  text-align: center;
}
/* root element for scrollable items */
div.scrollable div.items {
  position:absolute;
  width:20000em;
  clear:both;
}
div.items div.item {
  float:left;
  padding: 0;
  margin: 5px 10px 5px 0;
  text-align: center;
}
div.items div.selected a.thumb {
  background: #C2D5E9;
}
div.more, div.less {
  float:left;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;
	text-align:left;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
  display:block;
  width:24px;
  height:24px;
  background:url(left.png) no-repeat;
  background-position:0px -24px;    
  float:left;
  margin:40px 10px;
  cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
  /*background-position:0px -18px;*/    
}

/* disabled navigational button */
a.disabled {
  /*visibility:hidden !important;*/   
  background-position:0px 0px;    
}

/* next button uses another background image */
a.next, a.nextPage {
  background-image:url(right.png);
  clear:right;  
}

/* position and dimensions of the navigator */
div.navi {
	margin-left:128px;
	width:200px;
	height:8px;
  clear:both;  
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
}

