/*** SLIDE *****/
#cp-bg-slide {
	display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}
.slideimg {
	width: 100%;
	background:#111;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -30;
    display: none;
}

/** Over image **/
.bgd-over-image{
	background: url(../images/bgd-background-over.png) repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*** Caption & Description **/
#cp-caption{
	background: none;
	width: 960px;
	margin: 0 auto;
	position: static;
}
#cp-caption-inner{
	position: absolute;
	top: 340px;
	width: 960px;
	z-index: 5;
	text-align:left;
}
.cp-title{
	color: #fff;
	padding: 0 15px;
	/* background-color: rgba(45, 170, 225, 0.9);*/
	background-image: url(../images/2daaff-90.png);
	margin-bottom: 8px;
	display: inline;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 24px;
	line-height: 38px;
	text-transform: uppercase;
}
.cp-title a,
.cp-title a:hover {
	font-size: 28px;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	background:none;
	
}
.cp-desc-block{
	display: block;
	line-height: 36px;
}
.cp-desc{
	font-size: 18px;
	background-image: url('../images/white-90.png');
	color: #333333;
	font-weight: normal;
	padding: 6px 15px;
	display: inline;
}

/*** Bar ****/
#cp-bg-bar{
	position: fixed;
	bottom:0;
	width: 100%;
    text-align: center;
    z-index: 99;
}
#progress-background{
    background:#222222;
    bottom: 0;
    left: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    z-index: 101;
}
#progress-bar{
    background:#2daae1;
    height: 5px;
    position: relative;
    width: 100%;
}

/*** Button **/
.progress-button {
    background: none;
	display: block;
	padding: 5px 3px;
	float:left;
	position: relative;
}
.cp-slide-btn,.cp-slide-btn {
	background-color: #2daae1;
	background-position: center center;
	background-repeat:no-repeat;
	width: 27px;
	height: 27px;
	display: block;
	position: static;
	float: left;
	margin: 0 2px;
	z-index: 100;
}
a#cp-back{
	background-image: url("../images/back.png");
}
a#cp-next{
	background-image: url("../images/next.png");
}
a#cp-play{
	background-image: url("../images/play.png");
}
a#cp-pause{
	background-image: url("../images/pause.png");
}
a#cp-pause, a#cp-play{
	width: 27px;
	left: 45px;
}
a#cp-next{
	left: 78px;
}