/* $Id: views_galleriffic_default.css,v 1.1.2.4 2011/01/23 17:42:40 acouch Exp $ */

/* Views Galleriffic default css
 * Based off of css from original: http://www.twospy.com/galleriffic/index.html
 */

#galleriffic {
  width: 410px;
  height: 350px;
  position:relative;
  margin:37px 0 0 45px;
}

#galleriffic .content {
    height:250px;
  width: 410px;
}
#galleriffic .content a, #galleriffic .navigation a {
  text-decoration: none;
  color: #777;
}
#galleriffic .content  a:focus, #galleriffic .content  a:hover, #galleriffic .content  a:active {
  text-decoration: underline;
}
#galleriffic .controls {
  position:absolute;
  top:246px;
  left:360px;
}
#galleriffic .controls a {
  padding: 0 5px;
}
#galleriffic .ss-controls {
  float: left;
}
#galleriffic .nav-controls {
  float: right;
}

#galleriffic .loader {
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 510px;
  height: 350px
}
#galleriffic .slideshow {
  height: 350px;
  position: relative;
}
#galleriffic .slideshow img {
  border: none;
  display: block;
}
#galleriffic .download {
  float: right;
}
#galleriffic .image-title {
  font-weight: bold;
  font-size: 1.4em;
}
#galleriffic .image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
#galleriffic #thumbs {
  width: 400px;
  border-top:1px solid #5C99D5;
  padding-top:2px;
  position:relative;
}
#galleriffic #thumbs ul.thumbs {
  width:350px;
  height:38px;
  margin: 0;
  padding: 0;
  position:absolute;
  top:3px;
  left:26px;
  padding-top:0;
}
#galleriffic #thumbs ul.thumbs li {
  float: left;
  padding: 0;
  margin:0 2px 0 0;
  list-style: none;
}
#galleriffic #thumbs a.thumb {
  display: block;
}
#galleriffic #thumbs ul.thumbs li.selected a.thumb {
   background: #000;
}
#galleriffic #thumbs a.thumb:focus {
  outline: none;
}
#galleriffic #thumbs ul.thumbs img {
  border: none;
  display: block;
}
#galleriffic .pagination {
  clear: both;
}
#galleriffic .navigation.top {
  margin-bottom: 12px;
  height: 11px;
}
#galleriffic .navigation.bottom {
  margin-top: 12px;
}
#galleriffic .pagination a, #galleriffic .pagination span.current {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #ccc;
}
#galleriffic .pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}
#galleriffic .pagination span.current {
  font-weight: bold;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#galleriffic .slideshow,
#galleriffic .loader,
#galleriffic .slideshow a.advance-link,
#galleriffic .caption-container {
  clear: both;
}
#galleriffic .slideshow-container {
  position: relative;
  clear: both;
  float: left;
}
#galleriffic .loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}
#galleriffic .slideshow span.image-wrapper {
  display: block;
  position: absolute;
  left: 0;
}
#galleriffic .slideshow a.advance-link {
  display: block;
  line-height: 402px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
  text-align: center;
  display: block;
}
#galleriffic .slideshow a.advance-link img {
  padding: 0;
}
#galleriffic .slideshow a.advance-link:hover,
#galleriffic .slideshow a.advance-link:active,
#galleriffic .slideshow a.advance-link:visited {
  text-decoration: none;
}
#galleriffic .caption-container {
  padding: 0 0 0 2px;
  position: relative;
  margin-top: 20px;
}
#galleriffic #caption {
    display:none;
  position: relative;
}
#galleriffic .caption {
  padding: 0 5px;
}
#galleriffic span.image-caption {
  display: block;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  width: 100%;
  margin-top: 20px;
  position: absolute;
}

#galleriffic a.prev{
    display:block;
    height:36px;
    width:23px;
    background:transparent url('/sites/all/themes/gwd/images/cs-gallery-prev.png') no-repeat top left;
    position:absolute;
    top:3px;
    left:0;
}
#galleriffic a.next{
    display:block;
    height:36px;
    width:23px;
    background:transparent url('/sites/all/themes/gwd/images/cs-gallery-next.png') no-repeat top left;
    position:absolute;
    top:3px;
    right:0;
}
#controller-lower{
    width:400px;
    height:16px;
}
#content-bottom #controller-lower ul{
    padding-top:0;
}

#number-nav{
    margin:0;
    height:16px;
    width:200px;
    padding:0;
}
#number-nav li{
    list-style:none;
    padding:0;
    margin:0 6px 0 0;
    float:left;
    height:16px;
}
#number-nav li a{
    display:block;
    color:#5C99D5;
    height:16px;
    line-height:15px;
    font-size:11px;
}