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

#galleriffic {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0px;
  min-height: 317px;
  z-index: 10;
  
}

#galleriffic .content {
  width: 602px;
  float: left;
}

#galleriffic #thumbs {
	float: right;
	clear: right;
    position: relative;
    width: 130px;
}

#galleriffic .loader {
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 510px;
  height: 350px
}

#slideshow-container {
  padding: 0 0 10px 0;
}

#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 a {
  padding: 0 5px;
}

#galleriffic .ss-controls {
  float: left;
}

#galleriffic .nav-controls {
  float: right;
}

#galleriffic .slideshow {
  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 ul.thumbs {
  float: right;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
  padding:17px;
  background:#eaeaea;
}

#galleriffic ul.thumbs li {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  text-align: center;
}

#galleriffic a.thumb {
	border: 3px solid #F2F2E5;
	display: block;
}

#galleriffic ul.thumbs li.selected a.thumb {
	display: block;
	border: 3px solid #06c;
}

#galleriffic a.thumb:focus {
  outline: none;
}

#galleriffic ul.thumbs img {
  border: none;
  display: block;
  width:88px;
  height:auto;
}

#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;
  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: 317px; /* 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: 2px;
	border: 1px solid #ccc;
}

#galleriffic .slideshow a.advance-link:hover,
#galleriffic .slideshow a.advance-link:active,
#galleriffic .slideshow a.advance-link:visited {
	text-decoration: none;
}

#galleriffic #caption {
	position: relative;
	margin: 0 7px -30px 0;
}

#galleriffic .caption {
	padding: 0 5px;
}

#galleriffic span.image-wrapper {
	width: 602px;
	height:317px;
	display: block;
	float: left;
}

#galleriffic span.image-wrapper a {
	float: left;
	display: block;
}

#galleriffic span.image-wrapper img {
	max-width: 602px;
	max-height:317px;
}

#galleriffic span.image-caption {
	top: -15px;
	left: 0;
	border: 0px solid #ccc;
	width: 100%;
	position: absolute;
	display: block;
}

#galleriffic .ellipsis {
	float: left;
}

.view-header p {
	color: 333;
	font-size: 14px;
    font-family: 'MuseoSlab500Regular', 'Rockwell', 'Times New Roman', Times, serif;
}

.view-header {
    display: block;
    margin-left: 610px;
    margin-top: 75px;
    position: absolute;
    z-index: 10; 
}

#node-nav {
	background: url("/sites/all/themes/tour/css/theme-images/prenxtbg.png") no-repeat;
	display: block;
    margin-left: 610px;
    position: absolute;
    z-index: 10;
    border-bottom: 0px dashed #ccc;
	margin-top:24px;
	padding-bottom: 8px;
}

#node-nav ul li.prev span a {
	background: url("/sites/all/themes/tour/css/theme-images/prevbnt.png") no-repeat scroll center 0 transparent;
    display: block;
    float: left;
    height: 54px;
    margin-left: -30px;
    text-indent: -999em;
    width: 39px;
}

#node-nav ul li.next span a {
	background: url("/sites/all/themes/tour/css/theme-images/nextbnt.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 54px;
    margin-left: 43px;
    text-indent: -999em;
    width: 39px;
    margin-top: -10px;
}

#node-nav ul li {
	list-style-type: none;
}

#tax-pager {
	width: 100px;
	margin: 30px 0 20px;
	display: inline;
	float: right;
	z-index: 20;
	position: relative;
}

body.front #tax-pager {
	display: none;
}

#tax-pager .item-list {
    border-bottom: 0px dashed #ccc;
    display: block;
    padding-bottom: 10px;
    z-index: 20;
    width: 100px;
    float: right;
    display: block;
}

#tax-pager .pager {
	display: block;
	float: right;
	width: 100px;
	clear: none;
	margin: 0;
    z-index: 20;
}

#tax-pager .item-list .pager li.pager-previous a {
	background: url("/sites/all/themes/pitt/images/prevbnt.png") no-repeat scroll center 0 transparent;
    display: block;
    border-right: 1px solid #ccc;
    float: left;
    height: 54px;
    margin-left: -3px;
    text-indent: -999em;
    width: 50px;
    outline: none;
    z-index: 20;
}
	
#tax-pager .item-list .pager li.pager-next {
}
	
#tax-pager .item-list .pager li.pager-next a  {
	background: url("/sites/all/themes/pitt/images/nextbnt.png") no-repeat scroll center 0 transparent;
    display: block;
    height: 54px;
    text-indent: -999em;
    width: 50px;
	float: left;
    outline: none;
    z-index: 20;
}

#tax-pager .item-list .pager li {
	display: block;
    padding: 0;
    float: left;
    width: 50px;
}

.view-id-clone_of_taxonomy_term {
	z-index: 10;
}

.view-id-clone_of_taxonomy_term .view-id-tour_gallery {
	width: 100%;
	margin-top: 0px;
}

.view-id-clone_of_taxonomy_term .view-id-tour_gallery #thumbs {
	position: relative;
	margin-top: 0px;
	z-index: 10;
}

.view-id-tour_gallery {
	width: 100%;
	float: left;
	margin-top: 0px;
	z-index: 10;
}



#galleriffic #captionmain {
    float: right;
    clear: right;
    position: relative;
    width: 130px;
    margin-top: 26px;
}