.cbp-fwslider {
	position: relative;
	overflow: hidden;
	padding: 0; /*40px 0 60px*/
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
	cursor: default;
	padding: 0px 10px 0 0;
}

.cbp-fwslider ul li > img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	max-height: 664px;
}

.cbp-fwslider nav .button {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background: rgba(0,0,0,0.2);
	color: #f0f0f0;
	text-align: center;
	margin-top: 0px;
	line-height: 100%;
	cursor: pointer;
	font-weight: normal;
	-moz-transition:background 0.8s ease;
	-webkit-transition:background 0.8s ease;
	transition:background 0.8s ease;
}

.cbp-fwslider nav .button:hover {
	background: rgba(0,0,0,0.3);
}

.cbp-fwslider nav .button .arrow {
	display: block;
	margin:0;
	font-size: 30px;
	line-height: 700px;
	-webkit-transform: scale(0.8,2);
	-moz-transform: scale(0.8,2);
	transform: scale(0.8,2);
}

.cbp-fwslider nav div.cbp-fwnext {
	right: 0px;
	/*-moz-border-radius:8px 0px 0px 8px;
	-webkit-border-radius:8px 0px 0px 8px;
	border-radius:8px 0px 0px 8px;*/
}

.cbp-fwslider nav div.cbp-fwprev {
	left: 0px;
	/*-moz-border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	border-radius:0px 8px 8px 0px;*/
}

.cbp-fwdots {
	display: block;
	position: absolute;
	bottom: 5px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #f0f0f0;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

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

.cbp-fwdots span.cbp-fwcurrent {
	background: #a83151;
	/*box-shadow: 0 0 0 2px #FFF;
	-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;*/
}

/* tablet */
/* ====== */
@media screen and (max-width: 1000px) {
	
	.cbp-fwslider nav .button .arrow {
		line-height: 630px;
	}
	
	.cbp-fwslider ul li > img {
		border: none;
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
}


/* mobile */
/* ====== */
@media screen and (max-width: 600px) {
		
	.cbp-fwslider nav span {
    	font-size: 24px;
		height: 60px;
    	line-height: 60px;
    	margin-top: -30px;
    	width: 20px
	}
	
	.cbp-fwdots {
		display: none;
	}
	
	.cbp-fwslider nav .button {
		width:30px;
		background: rgba(0,0,0,0.1);
	}
	
	.cbp-fwslider nav span {
		height: auto;
	}
	
	.cbp-fwslider nav .button .arrow {
		display: block;
		margin:0;
		font-size: 26px;
		line-height: 280px;
		-webkit-transform: scale(0.8,2);
		-moz-transform: scale(0.8,2);
		transform: scale(0.8,2);
	}

}