#cp-bg-slide {
	display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    
	margin-top: 71px;
	z-index: -999;
}


/*Custom Pages imgs*/


.customdinnig #cp-bg-slide {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 37%;
	z-index: -999;
}

.customstretchleft #cp-bg-slide {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 37%;
	z-index: -999;
}

.custommeetings #cp-bg-slide {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 37%;
	z-index: -999;
}

/*End Custom Pages imgs*/


.slideimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -30;
}

#slideimg1 {
	display: none;
}

#slideimg2 {
	display: none;
}
#cp-bg-bar{
	position: fixed;
	bottom:0;
	width: 100%;
}
#cp-bg-bar a:hover,#cp-bg-bar a:focus{
	/*background-color:transparent!important;*/
}
#progress-background{
    background:#808080;
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    z-index: 101;
}
#progress-bar{
    background:#fff;
    height: 2px;
    position: relative;
    width: 100%;
}
.cp-slide-btn {
	height: 23px;
	width: 11px;
	cursor: pointer;
	position: absolute;
	bottom: 14px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 100;
}
a#cp-back,a#cp-back:visited {
	left: 12px;
	background-image: url("../images/back.png");
}

a#cp-next,a#cp-next:visited {
	left: 70px;
	background-image: url("../images/next.png");
}
a#cp-play,a#cp-play:visited {
	left: 38px;
	width: 20px;
	background-image: url("../images/play.png");
	display:none;
}
a#cp-pause,a#cp-pause:visited {
	left: 38px;
	width: 20px;
	background-image: url("../images/pause.png");
}