.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;



}
.itemss{
		border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.55);
}
.itemss_doc {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.55);
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	z-index: 99;
	width: 100%;
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	outline: 0;
	background: #666;
	text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
z-index: 99;
width: 23px;
height: 23px;
margin-top: -4px;
outline: 0;
text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: -11px;
background: url(../images/sl_left.png) 0 50% no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-next {
right: -11px;
background: url(../images/sl_right.png) 0 50% no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
	left: -11px;
background: url(../images/sl_left_a.png) 0 50% no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
right: -11px;
background: url(../images/sl_right_a.png) 0 50% no-repeat;
}

.doctors .doctor .dates .carousel .bx-wrapper .bx-controls-direction a, .doctor_info .dates .carousel .bx-wrapper .bx-controls-direction a {
position: absolute;
z-index: 99;
width: 100%;
height: 21px;
margin-top: 0;
border-left: 1px solid #fff;
outline: 0;
text-indent: -9999px;
transition: background-color .2s linear;
border-radius: 5px;
}
.doctors .doctor .dates .carousel .bx-wrapper .bx-controls-direction a.bx-prev, .doctor_info .dates .carousel .bx-wrapper .bx-controls-direction a.bx-prev {
top: 1px;
left: 0;
background: #eeeeee url(../images/sl_up.png) 50% 50% no-repeat;
}
.doctors .doctor .dates .carousel .bx-wrapper .bx-controls-direction a.bx-next, .doctor_info .dates .carousel .bx-wrapper .bx-controls-direction a.bx-next {
top: auto;
right: 0;
bottom: 0;
background: #eeeeee url(../images/sl_down.png) 50% 50% no-repeat;
}
.doctors .doctor .dates .carousel .bx-wrapper .bx-controls-direction a.bx-prev:hover, .doctor_info .dates .carousel .bx-wrapper .bx-controls-direction a.bx-prev:hover {
top: 1px;
left: 0;
background: #27c2d0 url(../images/sl_up_a.png) 50% 50% no-repeat;
}
.doctors .doctor .dates .carousel .bx-wrapper .bx-controls-direction a.bx-next:hover, .doctor_info .dates .carousel .bx-wrapper .bx-controls-direction a.bx-next:hover {
top: auto;
right: 0;
bottom: 0;
background: #27c2d0 url(../images/sl_down_a.png) 50% 50% no-repeat;
}
.related_doctors .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -71px;
	z-index: 99;
	width: 43px;
	height: 70px;
	margin-top: 0;
	outline: 0;
margin-left: 10px;
	text-indent: -9999px;
	transition: background-color .2s linear;
}
.related_doctors .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 358px;
	background-position: 0 50%;
}
.related_doctors .bx-wrapper .bx-controls-direction a.bx-next {
	right: auto;
	left: 402px;
	
}
.related_doctors .bx-wrapper .bx-controls-direction a:hover {

}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-caption {
	display: none;
}
