/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

.galleria-global-data,
.galleria-global-container {
	display: none;
}
#galleria {
	width:900px;
	height: 868px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
.galleria-content {
	height: 797px;
}
.galleria-container {
	position: relative;
	overflow: hidden;
}
.galleria-container img {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-stage {
	background-color: #383838;
	position: relative;
	top: 0;
	width: 750px;
	height: 500px;
	overflow:hidden;
	z-index: 20;
	padding: 15px 75px 5px 75px;
}
#galleria *::selection {
	background: #888; /* Safari */
}
#galleria *::-moz-selection {
	background: #383838; /* Firefox */
}
.galleria-images {
	position: relative;
	z-index: 20;
	overflow: hidden;
}
.galleria-thumbnails-container {
	height: 112px;
	bottom: 10px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}
/*.galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
*/.galleria-thumbnails .galleria-image {
	height: 108px;
	width: 140px;
	background: #000;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
	border: 2px solid #000;
}
.galleria-thumbnails .galleria-image.active {
	border-color: #979797;
}
.galleria-counter {
	color: #fff;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	font-size: 14px;
	font-weight: normal;
	width: auto;
	padding-top: 2px;
	position: absolute;
	bottom: 10px;
	left: 75px;
}
/*.galleria-current {
	float: left;
}
.galleria-total {
	float: right;
}
*/
.galleria-loader {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: none;
	background: #000 url(galleria.classic.loader.gif) no-repeat 2px 2px;
}
.galleria-info {
	width: 100%;
	z-index: 2;
	height: 125px;
	display: block;
	position: relative;
	border-bottom: 10px solid #000;
	background-color: #383838;
	padding-top: 20px;
}
.fullscreen .galleria-info {
	position: absolute;
	bottom: 122px;
}
.galleria-info-text {
	background-color: #383838;
	padding: 0 20px;
	height: 105px;
	display: block !important;
	/* IE7 */ zoom:1;
	line-height: 1.4;
}
.galleria-info-title {
	font-size: 14px;
	margin: 0;
	color: #dddddd;
	width: 750px;
	padding: 0 55px;
	height: 62px;
	overflow: hidden;
	word-wrap: break-word;
}
.galleria-info-description {
	font-size: 10px;
	position: absolute;
	right: 75px;
	top: 0;
	color: #888888;
	width: 690px;
	text-align: right;
}
.galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -62px;
	width: 100%;
	height: 62px;
	left: 0;
	z-index: 30;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: pointer;
	width: 62px;
	height: 124px;
	position: absolute;
	left: 10px;
	z-index: 30;
	background-position: 0 46px;
}
.galleria-image-nav-right {
	left: auto;
	right: 10px;
	background-position: -275px 46px;
	z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.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 {
	cursor: pointer;
	display: none;
	background-color: #000;
	background-position: -493px 27px;
	position: absolute;
	left: 0;
	top: 0;
	height: 112px;
	width: 42px;
	z-index: 3;
	opacity: .8;
	filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
	background-position: -563px 27px;
	border-right: none;
	right: 0;
	left: auto;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
	display: block;
}
.galleria-thumbnails-container .disabled {
	display: none;
}
.notouch .galleria-thumbnails-container .disabled:hover {
	display: none;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #000;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #000;
}



.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
	background-image: url('galleria.classic.map.png?v=2');
	background-repeat: no-repeat;
}

.galleria-toggle-thumbnails {
	width: 114px;
	height: 40px;
	display: block;
	position: relative;
	margin: 0 auto;
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -1079px -56px;
}
.galleria-toggle-thumbnails.active {
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -1079px -9px;
}



.galleria-ct-header {
	width: 100%;
	height: 70px;
	background: #383838;
	color: #ddd;
	font-size: 19px;
	line-height: 70px;
	position: relative;
}
.galleria-ct-title {
	width: 750px;
	padding: 0 75px;
	height: 70px;
	overflow: hidden;
}
.galleria-ct-controls {
	width: 330px;
	height: 70px;
	position: absolute;
	right: 50px;
	top: 0;
}
.galleria-ct-icon {
	display: block;
	width: 31px;
	height: 29px;
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -14px -150px;
	float: right;
	margin: 0 0 0 10px;
	opacity: .8;
	filter: alpha(opacity=80);
}
.galleria-ct-icon:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-ct-icons-share {
	display: none;
	width: 0;
	height: 70px;
	float: right;
	overflow: hidden;
	position: relative;
}
.galleria-ct-icon-share-arrow {
	width: 10px;
	display: block;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -1031px -130px;
}
.galleria-ct-icon-share-container {
	display: none;
	width: 167px;
	height: 35px;
	position: absolute;
	bottom: 1px;
	right: 75px;
}
.galleria-ct-icons-share .galleria-ct-icon {
	margin-left: 16px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-ct-icons-share .galleria-ct-icon.link {
	margin-right: 18px;
}
.galleria-ct-icon.share {
	margin-right: 20px;
	display: none;
}
.galleria-ct-icon.close {
	background-position: -98px -148px;
	position: relative;
	right: -29px;
	top: 21px;
}
.galleria-ct-icon.fullscreen {
	background-position: -173px -148px;
	display: none;
}
.galleria-ct-icon.link {
	background-position: -238px -148px;
}
.galleria-ct-icon.link:hover {
	background-position: -298px -148px;
}
.galleria-ct-icon.twitter {
	background-position: -450px -148px;
}
.galleria-ct-icon.twitter:hover {
	background-position: -507px -148px;
}
.galleria-ct-icon.facebook {
	background-position: -355px -148px;
}
.galleria-ct-icon.facebook:hover {
	background-position: -402px -148px;
}

.galleria-ct-link-window {
	width: 301px;
	height: 41px;
	position: absolute;
	bottom: -34px;
	right: 0;
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -662px -159px;
	line-height: 41px;
	z-index: 40;
	display: none;
}
.galleria-ct-link-window input {
	width: 275px;
	height: 28px;
	position: relative;
	top: 10px;
	left: 3px;
	border: none;
	display: block;
	padding: 0 10px;
	line-height: 15px;
	font-size: 15px;
	line-height: 25px;
}
.galleria-slideshow-button {
	width: 90px;
	height: 20px;
	display: block;
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -3px -273px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	opacity: .8;
	filter: alpha(opacity=80);
	position: absolute;
	bottom: 10px;
	left: 125px;
}
.galleria-slideshow-button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-slideshow-button span.start {
	margin-right: 15px;
}
.galleria-slideshow-button span.stop {
	margin-right: 18px;
}
.galleria-slideshow-button.stop {
	background: transparent url('galleria.classic.map.png?v=2') no-repeat -119px -273px;
}
.galleria-slideshow-button.start .stop {
	display: none;
}
.galleria-slideshow-button.stop .start {
	display: none;
}


#colorbox, #cboxOverlay, #cboxWrapper {
	z-index: 10001;
}
.galleria-colorbox #cboxMiddleLeft,
.galleria-colorbox #cboxMiddleRight,
.galleria-colorbox #cboxTopLeft,
.galleria-colorbox #cboxTopCenter,
.galleria-colorbox #cboxTopRight,
.galleria-colorbox #cboxBottomLeft,
.galleria-colorbox #cboxBottomCenter,
.galleria-colorbox #cboxBottomRight,
.galleria-colorbox #cboxTitle,
.galleria-colorbox #cboxCurrent,
.galleria-colorbox #cboxNext,
.galleria-colorbox #cboxPrevious,
.galleria-colorbox #cboxSlideshow,
.galleria-colorbox #cboxClose {
	display: none !important;
}
.galleria-colorbox #cboxWrapper #cboxLoadedContent {
	margin-bottom: 0 !important;
}
#colorbox.galleria-colorbox {
	padding: 0 !important;
}
.galleria-colorbox #cboxContent,
.galleria-colorbox #cboxWrapper {
	background: #000 !important;
}