/* Needed for a fluid height: */
html, body, .container, .main { height: 100%;}

/* main wrapper */
.cbp-contentslider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 400px;
}

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

.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	left: 0;
	top: auto;
	background: #fff;
	bottom: auto;
	height: 400px;
}

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

.cbp-contentslider nav {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999999;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	bottom: 0px;
}

.cbp-contentslider nav a {
	float: left;
	display: block;
	width: 280px;
	color: rgba(255,255,255,1.00);
	background-color: #FF6602;
	text-align: center;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration: none;
	font-family: "fedra sans normal";
	height: 50px;
	line-height: 50px;
	position: relative;
	letter-spacing: 0.1em;
}

.cbp-contentslider nav a span {
	display: block;
}

.cbp-contentslider nav a.rc-active {
	color: #fff;
}
.arrowup   {
	font-family: "fedra sans normal";
	color: rgba(83,197,232,1.00);
}
