/* LayerSlider Styles */

.ls-container {
	visibility: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
}

.ls-layer * {
	margin: 0px;
	line-height: normal;
}

.ls-layer img {
	min-width: none;
	max-width: none;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 0;
	top: 0;
}

.ls-bottom-nav-wrapper {
	z-index: 2;
	height: 0px;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



#layerslider-container {
	width: 758px;
	height: 328px;
	margin: 0px auto;
}

#layerslider {
	width: 738px;
	height: 308px;
	margin: 0px auto;
}




.slide-text-1 {
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	box-shadow: 0px 4px 10px -5px black;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFFFFF;
	text-shadow: none;
	font-size: 25px;
	background: #036d99;
}

.slide-text-2 {
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	box-shadow: 0px 4px 10px -5px black;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFFFFF;
	text-shadow: none;
	font-size: 25px;
	background: #5a96b4;
}

.ls-layer p.slide-text-2 a {
	height: 36px;
	line-height: 36px;
	width:100%;
	font-size: 25px;
	display:block;
	color: #FFFFFF;
}

.ls-layer p.slide-text-2 a:hover {
	color: #000000;
}


