.jcarousel-skin-tango .jcarousel-container {
 /*   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
	 margin-top:10px;
	height:232px;
	 border:9px solid #fafafa; -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.15);
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
}

.our_experts_home .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 270px;
}

.success_story_slider .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 222px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.our_experts_home .jcarousel-skin-tango .jcarousel-item {
    width: 235px;
    height: 250px;
}
.success_story_slider .jcarousel-skin-tango .jcarousel-item {
    width: 285px;
    height: 190px;
}
.hospital_gallery .jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 232px; margin-top:0px; padding-top:0px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    /*margin-right: 10px;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
	z-index:999;
    background:url(../images/next_arrow.png) right top no-repeat; display:none!important;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}
.our_experts_home .jcarousel-skin-tango .jcarousel-next-horizontal
{
	position: absolute;
    top: -45px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	z-index:999;
    background:url(../images/next_arrow.png) right top no-repeat;
	}

.success_story_slider .jcarousel-skin-tango .jcarousel-next-horizontal
{
	display:none;
	position: absolute;
    top: -20px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	z-index:999;
    background:url(../images/next_arrow.png) right top no-repeat;
	}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background:url(../images/next_arrow_hover.png) right top no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background:url(../images/next_arrow_hover.png) right top no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background:url(../images/next_arrow_hover.png) right top no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}
.our_experts_home .jcarousel-skin-tango .jcarousel-prev-horizontal{
 position: absolute;
    top: -45px;
    left: 890px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	z-index:999;
    background:url(../images/prev_arrow.png) left top no-repeat;

}
.success_story_slider .jcarousel-skin-tango .jcarousel-prev-horizontal{
		display:none;
 position: absolute;
    top: -20px;
    left: 890px;
    width: 32px;
    height: 32px;
    cursor: pointer;
	z-index:999;
    background:url(../images/prev_arrow.png) left top no-repeat;

}
.hospital_gallery .jcarousel-skin-tango .jcarousel-prev-horizontal
{
	position: absolute;
    top: -15px;
    left: 175px;
    width: 20px;
    height: 20px;
    cursor: pointer;
	z-index:999;
    background:url(../images/prev_arrow.png) left top no-repeat;
	display:none!important;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
     background:url(../images/prev_arrow_hover.png) left top no-repeat;}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
     background:url(../images/prev_arrow_hover.png) left top no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
     background:url(../images/prev_arrow_hover.png) left top no-repeat;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
