#lightbox {
	background: rgba(211, 211, 211, 0.7); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; cursor: pointer; -webkit-filter: none;
}
#lightbox img {
	border-radius: 1px; display: block; position: absolute; box-shadow: 0px 0px 20px #000;
}
body.blurred > * {
	-webkit-transform: translate3d(0, 0, 0); -webkit-filter: blur(2px);
}
.lightbox-loading {
	background: url("../index_files/loading.gif") no-repeat center; margin: -16px 0px 0px -16px; left: 50%; top: 48%; width: 31px; height: 31px; position: absolute;
}
.lightbox-caption {
	background: rgba(0, 0, 0, 0.7); left: 0px; width: 100%; text-align: center; bottom: 0px; display: none; position: absolute; z-index: 1000;
}
.lightbox-caption p {
	margin: 0px auto; padding: 10px; color: rgb(255, 255, 255); line-height: 18px; font-size: 12px; display: inline-block; max-width: 70%;
}
.lightbox-button {
	background: no-repeat center; transition:0.3s; width: 32px; height: 32px; position: absolute; z-index: 9999; opacity: 0.4; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
}
.lightbox-button:hover {
	opacity: 1; transform: scale(1.4); -webkit-transform: scale(1.4); -moz-transform: scale(1.4);
}
.lightbox-button:focus {
	opacity: 1; transform: scale(1.4); -webkit-transform: scale(1.4); -moz-transform: scale(1.4);
}
.lightbox-close {
	top: 30px; right: 30px; background-image: url("../index_files/close.png");
}
.lightbox-next {
	top: 48%; right: 30px; background-image: url("../index_files/next.png");
}
.lightbox-previous {
	left: 30px; top: 48%; background-image: url("../index_files/previous.png");
}
.no-js .liquid-slider {
	overflow: scroll;
}
.ls-preloader {
	background: url("../index_files/loading.gif") no-repeat center 75px rgb(242, 242, 242); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 2; opacity: 1;
}
.ls-wrapper {
	margin: 0px auto; overflow: auto; clear: both; position: relative;
}
.ls-wrapper .liquid-slider {
	overflow: hidden; float: left; position: relative;
}
.ls-wrapper .panel-container {
	position: relative; -webkit-backface-visibility: hidden; -webkit-perspective: 1000;
}
.ls-wrapper .liquid-slider .panel-container .fade {
	left: 0px; top: 0px; width: 100%; display: block; position: absolute; opacity: 0;
}
.ls-wrapper .liquid-slider .panel {
	float: left; display: block;
}
.ls-wrapper .liquid-slider .panel img {
	
}
.ls-wrapper .liquid-slider .panel video {
	
}
.ls-wrapper .liquid-slider .panel-wrapper {
	position: relative;
}
.ls-wrapper .ls-nav a {
	padding: 10px 15px; outline: 0px; margin-right: 1px;
}
.ls-wrapper .ls-nav a:hover {
	text-shadow: none;
}
.currentCrossLink {
	font-weight: bold;
}
.ls-wrapper .ls-nav ul {
	margin: auto; padding: 0px; overflow: hidden; clear: both; display: block;
}
.ls-wrapper .ls-nav ul li {
	display: inline;
}
.ls-wrapper .ls-nav ul li a {
	text-decoration: none; float: left; display: block;
}
.ls-wrapper .ls-nav {
	overflow: hidden; clear: both;
}
.ls-wrapper .ls-select-box {
	background: url("../index_files/menu.png") no-repeat right rgb(221, 221, 221); width: 100%; height: 35px; overflow: hidden;
}
.ls-wrapper .ls-select-box select {
	background: none; padding: 5px; outline: 0px; border: currentColor; border-image: none; width: 150%; height: 35px; font-size: 110%; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.ls-wrapper .ls-nav-left {
	float: left;
}
.ls-wrapper .ls-nav-right {
	float: left;
}
.ls-wrapper .ls-nav-left a {
	padding: 5px; width: 100px; text-align: center; text-decoration: none; display: block;
}
.ls-wrapper .ls-nav-right a {
	padding: 5px; width: 100px; text-align: center; text-decoration: none; display: block;
}
.ls-wrapper .ls-nav-left-arrow {
	float: left; cursor: pointer;
}
.ls-wrapper .ls-nav-right-arrow {
	float: left; cursor: pointer;
}
.ls-wrapper .ls-nav-left-arrow a {
	display: block;
}
.ls-wrapper .ls-nav-right-arrow a {
	display: block;
}
.ls-wrapper .ls-nav-left {
	clear: both;
}
.ls-wrapper .ls-nav-left-arrow {
	clear: both;
}
.ls-wrapper .ls-nav-right-arrow {
	background: url("../index_files/arrow.png") no-repeat right top; width: 25px; height: 25px; margin-top: 50px; margin-right: 5px; position: relative;
}
.ls-wrapper .ls-nav-left-arrow {
	background: url("../index_files/arrow.png") no-repeat left top; width: 25px; height: 25px; margin-top: 50px; margin-left: 5px; position: relative;
}
.ls-wrapper .ls-nav-left-arrow:hover {
	background: url("../index_files/arrow.png") no-repeat left bottom;
}
.ls-wrapper .ls-nav-left-arrow:active {
	
}
.ls-wrapper .ls-nav-right-arrow:hover {
	background: url("../index_files/arrow.png") no-repeat right bottom;
}
.ls-wrapper .ls-nav-right-arrow:active {
	
}
.arrows .liquid-slider {
	margin: 0px 10px;
}
.ls-responsive .liquid-slider {
	margin: 0px; width: 100%;
}
.ls-responsive .liquid-slider .panel .panel-wrapper {
	padding: 10px;
}
.ls-responsive .ls-nav-left {
	left: 0px; position: absolute; z-index: 2;
}
.ls-responsive .ls-nav-left a {
	background: rgb(154, 154, 154); width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
	background: rgb(116, 116, 116);
}
.ls-responsive .ls-nav-right {
	right: 0px; position: absolute; z-index: 2;
}
.ls-responsive .ls-nav-right a {
	background: rgb(154, 154, 154); width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
	background: rgb(116, 116, 116);
}
.ls-responsive .ls-nav-left-arrow {
	left: 0px; position: absolute; z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
	right: 0px; position: absolute; z-index: 2;
}
@media only screen and (min-width:481px)
{
.ls-wrapper .liquid-slider .panel img {
	
}
}
@media only screen and (min-width:768px)
{
.ls-wrapper .liquid-slider .panel img {
	
}
.ls-responsive .liquid-slider .panel .panel-wrapper {
	padding: 20px 35px;
}
}
