.cbp-fwslider {
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
    width:100%;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
    height: 500px;
    overflow: hidden;
    width:100%;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-align:center;
	width:100%;
}


.lefttoprepeat {
	background-repeat:repeat;
	background-position:left top;
}	
.lefttoprepeat-x {
	background-repeat:repeat-x;
	background-position:left top;
}
.lefttoprepeat-y {
	background-repeat:repeat-y;
	background-position:left top;
}
.lefttopno-repeat {
	background-repeat:no-repeat;
	background-position:left top;
}


.leftbottomrepeat {
	background-repeat:repeat;
	background-position:left bottom;
}	
.leftbottomrepeat-x {
	background-repeat:repeat-x;
	background-position:left bottom;
}
.leftbottomrepeat-y {
	background-repeat:repeat-y;
	background-position:left bottom;
}
.leftbottomno-repeat {
	background-repeat:no-repeat;
	background-position:left bottom;
}


.leftcenterrepeat {
	background-repeat:repeat;
	background-position:left center;
}	
.leftcenterrepeat-x {
	background-repeat:repeat-x;
	background-position:left center;
}
.leftcenterrepeat-y {
	background-repeat:repeat-y;
	background-position:left center;
}
.leftcenterno-repeat {
	background-repeat:no-repeat;
	background-position:left center;
}



.righttoprepeat {

background-repeat:repeat;

background-position:right top;

}

.righttoprepeat-x {

background-repeat:repeat-x;

background-position:right top;

}

.righttoprepeat-y {

background-repeat:repeat-y;

background-position:right top;

}

.righttopno-repeat {

background-repeat:no-repeat;

background-position:right top;

}





.rightbottomrepeat {

background-repeat:repeat;

background-position:right bottom;

}

.rightbottomrepeat-x {

background-repeat:repeat-x;

background-position:right bottom;

}

.rightbottomrepeat-y {

background-repeat:repeat-y;

background-position:right bottom;

}

.rightbottomno-repeat {

background-repeat:no-repeat;

background-position:right bottom;

}





.rightcenterrepeat {

background-repeat:repeat;

background-position:right center;

}

.rightcenterrepeat-x {

background-repeat:repeat-x;

background-position:right center;

}

.rightcenterrepeat-y {

background-repeat:repeat-y;

background-position:right center;

}

.rightcenterno-repeat {

background-repeat:no-repeat;

background-position:right center;

}



.centertoprepeat {

background-repeat:repeat;

background-position:center top;

}

.centertoprepeat-x {

background-repeat:repeat-x;

background-position:center top;

}

.centertoprepeat-y {

background-repeat:repeat-y;

background-position:center top;

}

.centertopno-repeat {

background-repeat:no-repeat;

background-position:center top;

}





.centerbottomrepeat {

background-repeat:repeat;

background-position:center bottom;

}

.centerbottomrepeat-x {

background-repeat:repeat-x;

background-position:center bottom;

}

.centerbottomrepeat-y {

background-repeat:repeat-y;

background-position:center bottom;

}

.centerbottomno-repeat {

background-repeat:no-repeat;

background-position:center bottom;

}





.centercenterrepeat {

background-repeat:repeat;

background-position:center center;

}

.centercenterrepeat-x {

background-repeat:repeat-x;

background-position:center center;

}

.centercenterrepeat-y {

background-repeat:repeat-y;

background-position:center center;

}

.centercenterno-repeat {

background-repeat:no-repeat;

background-position:center center;

}





.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 73px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	width: 35px;
	height: 73px;
	right: 0px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background: url('https://www.samsbeauty.com/service/images/slider/slidebtn_r.png') no-repeat;
}

.cbp-fwslider nav span.cbp-fwprev {
	width: 35px;
	height: 73px;
	left: 0px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background: url('https://www.samsbeauty.com/service/images/slider/slidebtn_l.png') no-repeat;
}

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

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

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

.cbp-fwdots span.cbp-fwcurrent {
	background: #e13f6e;
	box-shadow: 0 0 0 0 #e13f6e;
	-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;
}