.cbp-contentslider {
	width: 800px;
	margin: 1em auto;
	position: relative;
	top:5px;
	left:-10px;
}

.cbp-contentslider > ul {
	list-style: none;
	min-height:600px;
	height:100%;
	width: 800px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	top:40px;
}


.cbp-contentslider > ul li {
	position: absolute;
	width: 800px;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1em;
	background: #fff;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider nav {
	position: absolute;
	top: 0;
	left: 5px;
	right: 0;
	height: 3.313em;
	z-index: 1000;
	overflow: hidden;
}

.cbp-contentslider nav a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 400;
	letter-spacing: 0.1em;
	overflow: hidden;
	color:#c5c5c5;			
	background: #fff;
	outline: none;
	text-align: center;
	text-decoration:none;
	position: relative;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	
	transition-property:background, color, text-shadow;
	transition-duration:0.5s;
	transition-timing-function:linear;

	-webkit-transition-property:background, color, text-shadow;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:linear;
}

.cbp-contentslider nav a span {
	display: block;
	font-family: 'ABeeZee', sans-serif;
	font-size:16px;
}

.cbp-contentslider nav a:last-child {
	border: none;
	box-shadow: 1px 0 #47a3da; /* fills gap caused by rounding */
}

.cbp-contentslider nav a:hover {
	background-color: #f2f2f0;
	color: #fff;
	text-shadow:1px 1px 1px rgba(154, 154, 152, 0.8);
	opacity:1;
}

/*.cbp-contentslider nav a.rc-active {
	background-color: #47a3da;
	color: #fff;
}*/

.cbp-contentslider h3 {
	height: auto;
	padding-left:10px;
	padding-bottom:20px;
	line-height: 1;
	font-weight: 100;
	margin:0 0;
	position: relative;
	letter-spacing: 0.1em;
}

.cbp-contentslider h4 {
	height: auto;
	padding-left:10px;
	padding-bottom:20px;
	line-height: 1;
	font-weight: 100;
	margin:0 0;
	position: relative;
	letter-spacing: 0.1em;
}


.cbp-contentslider li > div {
	position: absolute;
	top: 6em;
	bottom: 3.313em;
	width: 88%;
	left:5px;
	padding: 0 1em;
	overflow-x: hidden;
	overflow-y: auto;
}

.cbp-contentslider p {
	padding-bottom:8px;
	margin: 0;
	text-align: justify;
	line-height: 1.6;
}

.cbp-contentslider p a{
	color:#c5c5c5;
	margin-top:30px;
	text-decoration:none;
}
/*
.cbp-content p{
	text-indent:10px;
}
*/