.cbp-fwslider {
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding:  0px 0px 0px 0px;
	float:left;


}


.cbp-fwslider ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	position:relative;
	

}

.cbp-fwslider ul li {
	width: 100%;
	-ms-transform: translateZ(0deg);
	-webkit-transform: translateZ(0deg);
	-moz-transform: translateZ(0deg);
	transform: translateZ(0deg);
	float: left;
	position:relative;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li span a {
	width: 100%;
	float:left;
	position:relative;
	text-align: left;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #0059B2;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'Sigmar One', cursive;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.20); -moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.20); box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.20);  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	
}

.cbp-fwslider nav { display: none; }

.cbp-fwslider nav span:hover {
	background: #004182;
	color: #FFF;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: relative;
    float:left;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #CCC;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

.cbp-fwslider.lilas .cbp-fwdots span.cbp-fwcurrent {
background: #6D256B;

}

.cbp-fwslider.orange .cbp-fwdots span.cbp-fwcurrent {
background: #F30;

}

.cbp-fwslider.green .cbp-fwdots span.cbp-fwcurrent {
background: #008C00;

}


.cbp-fwslider.red .cbp-fwdots span {

	width: 10px;
	height: 10px;
}

.cbp-fwslider.red .cbp-fwdots  { 

	text-align: right;
}

.cbp-fwslider.red .cbp-fwdots span.cbp-fwcurrent {
background: #A50000;



}








