#layerslider {
	position:absolute;
	top:0px;
	width:100%;
	height:740px;
	display:block;
	z-index:200;
}
.ls-inner { position: relative; }
.ls-inner, .ls-layer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	height:740px;
	width:100%;
}
.ls-active, .ls-animating { display: block !important; }
.ls-layer .hamir {
	position: absolute;
	padding-bottom:1px;
	height:50px;
}
.ls-layer .hamir div .shorti span {
	font-weight:700;
	font-size:20px;
}
.ls-layer .hamir div .shorti {
	position:absolute;
	top:0px;
	font-weight:300;
	font-size:18px;
	color:#fff;
	height:19px;
	padding:15px 17px;
	background:url(images/content-bg.png) repeat;
}
.ls-layer .hamir div .shorti-sag span {
	font-weight:700;
	font-size:26px;
	word-spacing:0em;
	letter-spacing:0em;
}
.ls-layer .hamir div .shorti-sag {
	position:absolute;
	top:0px;
	right:0px;
	font-weight:300;
	font-size:21px;
	color:#fff;
	height:auto;
	text-align:right;
	line-height:1.4em;
	word-spacing:0.2em;
	letter-spacing:0em;
	padding:15px;
	background:url(images/content-bg.png) repeat;
}
.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}
