/* LayerSlider Styles */

#bigDisplay{
    padding: 70px 0 0 0;
    text-align: center;
    width: 100%;
    height: 500px;
    border-bottom: solid 1px #FF3B32;
    background: url("../images/top/displaybg.gif") repeat 0 0;
    background-position: top center;
}
#bigDisplayInner{
    overflow: hidden;
    height: 500px;
}
#displaySlider{
    margin: 0 auto;
    width: 995px;
    height: 500px;
    /*background-color: #FF00FF;*/
}



.ls-inner {
	position: relative;
}

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

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

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

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}
.ls-layer .videoPlayer{
    position: relative!important;
    /*width: 889px;
    height: 500px;*/
    margin: 0 auto;
}
#playerWrap{
    width: 889px;
    height: 500px;
    margin: 0 auto;
}
#video_board{

}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.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;
}
.videoPlayer{
    display: block;
    width: 998px;
    height: 500px;
    /*margin-left: 50px!important;*/
    z-index: 0;
}
.ls-videopreview {
	width : 100%;
	height : 100%;
	position : relative;
	cursor : pointer;
}
.videoPlayer .ls-videopreview{
    display: block;
    width: 998px;
    height: 500px;
    margin: 0 auto;
}

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



/* WP plugin forceResponsive */

.ls-wp-forceresponsive-container {
	width: 100%;
	position: relative;
}

.ls-wp-forceresponsive-helper {
	position: absolute;
	margin-left: 50%;
}

#main {
	overflow: visible !important;	
}




.inner{
    position: relative;
}
.con1_3_1{
    position: absolute;
    top: 200px;
    right: 100px;
}