﻿@font-face {
	font-family:MuseoSlab500;
	src:url('/Style Library/Fonts/Museo_Slab_500.otf');
}
@font-face {
	font-family:LucidaGrande;
	src:url('/Style Library/Fonts/LucidaGrande.ttc');
}

img, a {
	border:none;
	outline:none;
}
.loading {
	background:url("/SiteCollectionImages/loading.gif") no-repeat;
	width:24px;
	height:24px;
	background-position: 50% 50%;
}
li.gallery-thumb.loading img {
	display:none;
	opacity:0;
}
div#gallery-autoplay {
	position:absolute;
	pointer-events:all;
	top:75px;
	right:75px;
	display:none;
}
div.gallery-thumbs {
	display: inline-block;
	*display:inline;
	zoom:1;
	overflow: hidden;
	-webkit-transition: left 0.25s;
}
div.gallery-slide-show div.gallery-thumbs li {
	vertical-align: top;
}
div.gallery-prev, div.gallery-next {
	display: inline-block;
	*display:inline;
	zoom:1;
	position:relative;
	top:75px;
	vertical-align: top;
}
div.gallery-slide-show div.gallery-prev a {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position: 545px 195px;
    height: 20px;
    width: 20px;
    display: block;
	margin-right:20px;
}
div.gallery-slide-show div.gallery-prev a:hover, div.gallery-slide-show div.gallery-prev a.hot {
	background-position: 545px 145px;
}
div.gallery-slide-show div.gallery-prev a:active {
	background-position: 545px 95px;
}
div.gallery-slide-show div.gallery-prev a.disable {
	background-position: 545px 45px;
	pointer-events:none;
}
div.gallery-slide-show div.gallery-next a {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position: 495px 195px;
    height: 20px;
    width: 20px;
    display: block;
	margin-left:5px;
}
div.gallery-slide-show div.gallery-next a:hover, div.gallery-slide-show div.gallery-next a.hot {
	background-position: 495px 145px;
}
div.gallery-slide-show div.gallery-next a:active {
	background-position: 495px 95px;
}
div.gallery-slide-show div.gallery-next a.disable {
	background-position: 495px 45px;
	pointer-events:none;
}
div.gallery-slide-show ul, div.gallery-thumbs ul {
	position:relative;
	padding:0;
	margin:0;
	-webkit-transition: left 0.25s;
}
li.gallery-thumb {
	display: inline-block;
	*display:inline;
	zoom:1;
	width: 100px;
	height: 75px;
	border: 4px solid white;
	margin: 0 13px 13px 0;
	-webkit-box-shadow: 1px 1px 2px #eee;
	-webkit-transition: opacity 0.25s;
	box-shadow: 1px 1px 2px #eee;
	overflow: hidden;
	/*vertical-align:top;*/
}
li.gallery-thumb img {
	position:relative;
	opacity:1;
}
#one-at-a-time-slideshow li.gallery-thumb {
	width:361px;
	height:230px;
}


/**** GALLERY SOLO SPECIFIC ****/
div#gallery-solo {
	position:fixed;
	width:100%;
	height:100%;
	z-index:999999;
	padding:0;
	margin:0;
	top:0px;
	left:0px;
}
div#gallery-solo #gallery-solo-img-text {
	color:#b54747;
	font-family: MuseoSlab500;
	font-size:17px;
	padding-right:10px;
}
div#gallery-solo #gallery-solo-img-count {
	color:#999;
	font-size: 11px;
	font-family: LucidaGrande;
	white-space: nowrap;
}
div#gallery-solo #text-container {
	position:absolute;
	left:0;
	padding:0 40px 0 40px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#gallery-solo a.gallery-close {
	position:relative;
	z-index:999999;
	pointer-events:all;
}
div#gallery-solo div.gallery-solo-background {
	position:absolute;
	background:#000;
	width:100%;
	height:100%;
}
div#gallery-solo img#gallery-solo-img {
	position:relative;
}
div#gallery-solo div#gallery-solo-img-container {
	position:absolute;
	background: #fff;
	padding:40px 40px 70px 40px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	/*-webkit-transition:top 0.25s;
	-webkit-transition:left 0.25s;*/
	-moz-border-radius:5px;
	pointer-events:none;
}
div#gallery-solo div.gallery-next {
	display:inline-block;
	*display:inline;
	zoom:1;
	top:50%;
	position: absolute;
	right:-50px;
	background:#333;
	width:50px;
	height:50px;
	cursor: pointer;
	border-top-right-radius: 6px;
	border-bottom-right-radius:6px;
	pointer-events:all;
}
div#gallery-solo div.gallery-prev {
	display:inline-block;
	*display:inline;
	zoom:1;
	top:50%;
	position: absolute;
	left:-50px;
	background:#333;
	width:50px;
	height:50px;
	cursor: pointer;
	border-top-left-radius: 6px;
	border-bottom-left-radius:6px;
	pointer-events:all;
}
div#gallery-solo-img-container div.gallery-prev a {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position: 800px 200px;
	width:50px;
	height:50px;
	display: block;
	position:relative;
	left:15px;
}
div#gallery-solo-img-container div.gallery-prev a:hover {
	background-position: 800px 150px;
}
div#gallery-solo-img-container div.gallery-prev a:active {
	background-position: 450px 100px;
}
div#gallery-solo-img-container div.gallery-prev a.disable {
	background-position: 450px 50px;
}
div#gallery-solo-img-container div.gallery-next a {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position: 750px 200px;
	width:50px;
	height:50px;
	display: block;
	position:relative;
	right:15px;
}
div#gallery-solo-img-container div.gallery-next a:hover {
	background-position: 750px 150px;
}
div#gallery-solo-img-container div.gallery-next a:active {
	background-position: 400px 100px;
}
div#gallery-solo-img-container div.gallery-next a.disable {
	background-position: 40 0px 50px;
}
div#gallery-solo-thumbs ul {
	margin:0;
	padding:0;
}
div#gallery-solo-thumbs li {
	-webkit-box-shadow:none !important;
	margin:2px 0;
	border:2px solid #fff;
	opacity:0.7;
	-webkit-transition: opacity 1s;
}
div#gallery-solo-thumbs li:hover {
	opacity:1;
}
div#gallery-solo-thumbs li.selected {
	opacity:1;
}
div#gallery-solo-navigation {
	position: fixed;
	z-index: 9999999;
	bottom:50px;
	background:#fff;
	padding:2px 22px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-border-radius:4px;
}
div#gallery-solo-navigation.gallery-single-row div#gallery-solo-thumbs {
	height:79px;
	background:#fff;
	border-radius: 4px;
}
div#gallery-solo-navigation.gallery-grid div#gallery-solo-thumbs {
	height:166px;
	background:#fff;
	border-radius: 4px
}
div#gallery-solo-navigation.gallery-grid div.gallery-next {
	top:71px
}
div#gallery-solo-navigation.gallery-grid div.gallery-prev {
	top:71px; 
}
div#gallery-solo-navigation a.gallery-solo-grid {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position:300px 200px;
	width:21px;
	height:32px;
	display:block;
	margin-bottom:10px;
}
div#gallery-solo-navigation.gallery-grid a.gallery-solo-grid {
	background-position: 300px 150px;
}
div#gallery-solo-navigation a.gallery-solo-grid:hover {
	background-position: 300px 150px;
}
div#gallery-solo-navigation a.gallery-solo-grid:active {
	background-position: 300px 100px;
}
div#gallery-solo-navigation a.gallery-solo-grid.disable {
	background-position: 300px 50px;
}
div#gallery-solo-navigation a.gallery-solo-row {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position:250px 200px;
	width:20px;
	height:20px;
	display:block;
}
div#gallery-solo-navigation.gallery-single-row a.gallery-solo-row {
	background-position: 250px 150px;
}
div#gallery-solo-navigation a.gallery-solo-row:hover {
	background-position: 250px 150px;
}
div#gallery-solo-navigation a.gallery-solo-row:active {
	background-position: 250px 100px;
}
div#gallery-solo-navigation a.gallery-solo-row.disable {
	background-position: 250px 50px;
}
div#gallery-solo-navigation div.gallery-prev a {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position:200px 200px;
	width: 30px;
	height: 28px;
	display: block;
	margin-right:8px;
}
div#gallery-solo-navigation div.gallery-prev a:hover {
	background-position: 200px 150px;
}
div#gallery-solo-navigation div.gallery-prev a:active {
	background-position: 200px 100px;
}
div#gallery-solo-navigation div.gallery-prev a.disable {
	background-position: 200px 50px;
	pointer-events:none;
}
div#gallery-solo-navigation div.gallery-next a {
	background:url("/Style Library/Images/UI_Sprite.png");
	background-position:150px 200px;
	width: 30px;
	height: 28px;
	display: block;
	margin-left:8px;
}
div#gallery-solo-navigation div.gallery-next a:hover {
	background-position: 150px 150px;
}
div#gallery-solo-navigation div.gallery-next a:active {
	background-position: 150px 100px;
}
div#gallery-solo-navigation div.gallery-next a.disable {
	background-position: 150px 50px;
	pointer-events:none;
}
div#gallery-solo-navigation div.gallery-prev,
div#gallery-solo-navigation div.gallery-next {
	top:26px;
}
div#gallery-solo-navigation div.gallery-action-buttons {
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	margin-right:20px;
	bottom:9px;
}
div#gallery-solo a.gallery-close {
	position: absolute;
	z-index: 999999;
	background: url("/Style Library/Images/UI_Sprite.png");
	background-position: 350px 200px;
	width: 50px;
	height: 50px;
	display: block;
	top: 0;
	right: 0;
	text-indent: -999em;
}
div#gallery-solo a.gallery-close:hover {
	background-position: 350px 150px;
}
div#gallery-solo a.gallery-close:active {
	background-position: 350px 100px;
}
div#gallery-solo a.gallery-close.disable {
	background-position: 350px 50px;
}

/* VIDEO */

iframe#gallery-solo-iframe {
	position:relative;
	border:none;
}

div.slideShow {
    height: 160px;
    overflow: hidden;
    width: 560px;
}
.slideShow ul#slideshow {
    margin: 0;
    padding: 0;
    position: relative;
}
.slideShow div.gallery-slide-show div > a {
    height: 20px;
    margin: 0;
    width: 20px;
}
.slideShow div.gallery-slide-show div.gallery-prev {
    margin-right: 4px;
}
.slideShow div.gallery-slide-show div.gallery-next {
    margin-left: 4px;
}
ul.image-gallery {
    padding: 0;
}
div#gallery-solo-navigation.gallery-single-row div#gallery-solo-thumbs {
    border-radius: 0;
    margin: 2px 0;
}
#gallery-solo-thumbs li {
    background: none repeat scroll 0 0 #000000;
    margin: 0;
    opacity: 1;
}
div#gallery-solo-thumbs li.selected img {
    opacity: 1;
}
.slideShow li.gallery-thumb {
    border: 2px solid #C9D0D1;
    margin: 0;
}
div#gallery-solo-navigation a.gallery-solo-grid {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 650px 200px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation a.gallery-solo-grid:hover {
    background-position: 650px 150px;
}
div#gallery-solo-navigation a.gallery-solo-grid:active {
    background-position: 650px 100px;
}
div#gallery-solo-navigation a.gallery-solo-grid.inactive {
    background-position: 650px 50px;
}
div#gallery-solo-navigation a.gallery-solo-row {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 600px 200px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation a.gallery-solo-row:hover {
    background-position: 600px 150px;
}
div#gallery-solo-navigation a.gallery-solo-row:active {
    background-position: 600px 100px;
}
div#gallery-solo-navigation a.gallery-solo-row.inactive {
    background-position: 600px 50px;
}
div.gallery-slide-show div.gallery-next a {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 495px 195px rgba(0, 0, 0, 0);
}
div.gallery-slide-show div.gallery-next a:hover {
    background-position: 495px 145px;
}
div.gallery-slide-show div.gallery-next a:active {
    background-position: 495px 95px;
}
div.gallery-slide-show div.gallery-next a.inactive {
    background-position: 495px 45px;
}
div.gallery-slide-show div.gallery-prev a {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 545px 195px rgba(0, 0, 0, 0);
}
div.gallery-slide-show div.gallery-prev a:hover {
    background-position: 545px 145px;
}
div.gallery-slide-show div.gallery-prev a:active {
    background-position: 545px 95px;
}
div.gallery-slide-show div.gallery-prev a.inactive {
    background-position: 545px 45px;
}
.gallery-action-buttons ~ div.gallery-prev, .gallery-action-buttons ~ div.gallery-next {
    height: 26px;
    margin: 3px 10px;
    width: 28px;
}
div#gallery-solo-navigation .gallery-action-buttons ~ div.gallery-prev a, div#gallery-solo-navigation .gallery-action-buttons ~ div.gallery-next a {
    background-image: url("/Style Library/Images/UI_Sprite.png");
    height: 15px;
    margin: 6px 8px;
    width: 12px;
}
div#gallery-solo-navigation div.gallery-prev a {
    background-position: 450px 200px;
}
div#gallery-solo-navigation div.gallery-prev a:hover {
    background-position: 450px 150px;
}
div#gallery-solo-navigation div.gallery-prev a:active {
    background-position: 450px 100px;
}
div#gallery-solo-navigation div.gallery-prev a.inactive {
    background-position: 450px 50px;
}
div#gallery-solo-navigation div.gallery-next a {
    background-position: 400px 200px;
}
div#gallery-solo-navigation div.gallery-next a:hover {
    background-position: 400px 150px;
}
div#gallery-solo-navigation div.gallery-next a:active {
    background-position: 400px 100px;
}
div#gallery-solo-navigation div.gallery-next a.inactive {
    background-position: 400px 50px;
}
div#gallery-solo-img-container div.gallery-prev a {
    background-position: 800px 200px;
}
div#gallery-solo-img-container div.gallery-prev a:hover {
    background-position: 800px 150px;
}
div#gallery-solo-img-container div.gallery-prev a:active {
    background-position: 800px 100px;
}
div#gallery-solo-img-container div.gallery-prev a.inactive {
    background-position: 800px 50px;
}
div#gallery-solo-img-container div.gallery-next a {
    background-position: 750px 200px;
}
div#gallery-solo-img-container div.gallery-next a:hover {
    background-position: 750px 150px;
}
div#gallery-solo-img-container div.gallery-next a:active {
    background-position: 750px 100px;
}
div#gallery-solo-img-container div.gallery-next a.inactive {
    background-position: 750px 50px;
}
div#gallery-solo #gallery-solo-img-text {
    color: #629BB1;
}
div#gallery-solo-thumbs li, li.gallery-thumb {
    background: none repeat scroll 0 0 #EEEEEE;
    opacity: 1;
}
div#gallery-solo-navigation.gallery-grid a.gallery-solo-grid {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 650px 100px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation.gallery-grid a.gallery-solo-row {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 600px 50px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation.gallery-grid a.gallery-solo-row:hover {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 600px 150px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation.gallery-single-row a.gallery-solo-grid {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 650px 50px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation.gallery-single-row a.gallery-solo-grid:hover {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 650px 150px rgba(0, 0, 0, 0);
}
div#gallery-solo-navigation.gallery-single-row a.gallery-solo-row {
    background: url("/Style Library/Images/UI_Sprite.png") repeat scroll 600px 100px rgba(0, 0, 0, 0);
}