/*
body .cp-title {
	width: 100%;
}

body #cp-caption {
	z-index: 200;
}

body #fader-btm {
	text-align: center;
}

#cp-bg-bar #cp-back {
	z-index: 1000;
	position: absolute;
	left: 0;
	display: block;
	top: -15%;
}

#cp-bg-bar #cp-next {
	z-index: 1000;
	position: absolute;
	left: 100%;
	display: block;
	top: -15%;
}

.progress-button {
	margin: 0 auto;
	width: 100%;
}
*/