@charset "UTF-8";
/* CSS Document */
.sliderarea{
	width: 300px;
	padding-bottom:40px; 
	margin: 10px auto;
	position: relative;
}
.staffbox  {
    padding: 10px;
    width: 280px!important;
	margin: 0px;
	display: block;
}
.custom-control .custom-prev2 a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/staff/btn-prev.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
}

.custom-control .custom-next2 a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/staff/btn-next.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0px;
    top: 40%;
}
.custom-control .custom-prev3 a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/staff/btn-prev2.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0px;
    top: 40%;
}

.custom-control .custom-next3 a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/staff/btn-next2.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0px;
    top: 40%;
}
.slider {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
