@charset "utf-8";


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: left;
  width: 800px;
  padding: 0;
}
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: none;
}

div.slideshow
{
	height: 450px;
	margin-bottom: 10px;
	overflow: hidden;
  clear: both;
  line-height:0;
}
div.slideshow span.image-wrapper
{
  float: left;
  padding-bottom: 12px;
}
div.slideshow a.advance-link
{
  padding: 0;
  margin: 0;
  display: block;
  text-decoration:none;
}
div.slideshow img
{
  border: none;
  display: block;
   margin: 0;
   vertical-align: top;
}
div.download
{
  float: right;
}
div.embox
{
  clear: both;
  border: 1px solid #ccc;
  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. */
  padding: 0;
}
ul.thumbs
{
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
}
ul.thumbs li
{
  display: inline-block;
  padding: 0;
  margin: 2px 0px 2px 4px;
  list-style: none;
  width:57px;
}
ul.thumbs li img {
  width:55px;
}
a.thumb
{
  padding: 0px;
  display: block;
  border: 1px solid #EFEFEF;
}
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: 0px;
  height: 12px;
}
div.navigation div.bottom
{
  padding: 10px 0;
}
div.pagination a, div.pagination span.current
{
  display: block;
  float: left;
  margin-right: 2px;
  padding: 5px 7px;
  border: 1px solid #009CBD;
  color: #009CBD;
  line-height: 1.2em;
}
div.pagination a:hover
{
  background-color: #eee;
  text-decoration: none;
}
div.pagination span.current
{
  font-weight: bold;
  background-color: #009CBD;
  border-color: #009CBD;
  color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li
{
  float: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

#thumbs-min a.thumb
{
  padding: 0px;
  display: inline;
  border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb
{
  background: inherit;
  color: #009CBD;
  font-weight: bold;
}


