#galleria-loader{height:1px!important} /*Needed for the gallery to work*/

.galleria{
	/*height:609px; This keeps the 6x4 ratio when in an 8 row column*/
}
.galleria-container {
    position: relative;
    /*overflow: hidden;*/
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0px;
    height: 80%;
    left: 0px;
    right: 0px;
    overflow:hidden;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
.galleria-thumbnails-container {
    height: 80px;
    bottom: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
	display: none;
	background:black;
	
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 80px;
    width: 120px;
    background: #000;
    margin: 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-thumbnails { 
	margin: 0 auto;
} 
.galleria-counter {
    position: absolute;
    left: 10px;
	top: 25px;
    text-align: right;
    color: #7D4A27;
    font: normal 12px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin: -17px 0 0 -17px;
    z-index: 2;
    display: none;
    background: url(wva-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 100%;
    z-index: 2;
	top: 80%;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
	min-height: 90px;
}
.galleria-info-text {
    padding: 12px;
    /* IE7 */ zoom:1;
	float:left;
	width: 80%;
}
.galleria-info-title {
    margin: 0;
    margin-bottom: 7px;
}
.galleria-info-description {
	line-height: 24px;
    margin: 0;
}
.galleria-image-nav {
    width: 15%;
	position: absolute;
	right: 0;
	background:url("../../../../img/stitch/stitch-2pt-i-vert.png") repeat-y left top;
	margin-top: -15px;
	padding-top: 55px;
	padding-bottom: 23px;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    float: right;
    z-index: 2;
		color: #ff6600;
}

.galleria-image-nav-right {
    margin: 0 0 0 13px;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
		font-family: 'FontAwesome';
		font-size: 32px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
		color: white;
		padding: 0 12px 0 7px;
		line-height: 80px;
}
.galleria-thumb-nav-right {
    right: 0;
    left: auto;
		padding: 0 7px 0 12px;
}
.galleria-thumb-nav-left:before {
	content:"\f0d9";
	display:block;
}
.galleria-thumb-nav-right:before {
	content:"\f0da";
	display:block;
	
}
.galleria-thumbnails-container .disabled {
    display: none;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff6600;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff6600;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-fullscreen {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:10;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
	color: white;
}
.galleria-fullscreen p {
	color: white;
	font-size: 12px;
	position:absolute;
	left: -100px;
	top: -13px;
}
.galleria-fullscreen.hovered {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-playPause {
	position: absolute;
	top: 20px;
	right: 0px;
	cursor: pointer;
	color: #ff6600;
}
.galleria-playPause:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.galleria-playPause .icon-play {
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}