.master-slider{
	-moz-transform:translate3d(0,0,1px);
}

.ms-staff-carousel{
	max-width: 1100px;
	margin: 2em auto;
	overflow: hidden;
	position: relative;
}

.ms-staff-carousel .ms-container,
.ms-staff-carousel .ms-slide-layers {
	overflow:visible;
}

.ms-staff-carousel .ms-view{
	overflow:visible;
	background-color: transparent;
}

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
    background: url(arrows.png) white no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
    position: absolute;
    top:50%;
    cursor: pointer;
}

.ms-staff-carousel .ms-layer {
	z-index: 1500;
}

.ms-staff-carousel .ms-nav-next {
	background-position: -6px -7px;
	right:-35px;
	left:auto;
}

.ms-staff-carousel .ms-staff-info {
	max-width: 100%;
	margin-top: 4em;
	min-height:11em;
	color:#222222;
	text-align: center;
}

.ms-staff-carousel .ms-staff-info img {
	max-width: 100%;
}

.ms-staff-carousel .ms-staff-info .motto {
	font-size: 2em;
}

.ms-hover-active h4 {
	font-size: 1.5em !important;
}

/*
.ms-sl-selected .ms-hover-active h4 {
	font-size: 2em !important;
}
*/

@media screen and (max-width: 1120px) {
	
	.ms-staff-carousel .ms-staff-info .ms-info {
		padding: 0 1em;
	}
		
}

@media screen and (max-width: 720px) {
	
	.ms-staff-carousel .ms-staff-info img {
		width: 100%;
	}
	
	.ms-staff-carousel .ms-staff-info {
		min-height: 14em;	
	}

}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
	border-radius: 5000px;
	border: solid 8px rgb(230, 230, 230);
	margin: 0 -8px;
}

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
    background-color:transparent;
    box-shadow : none;
    left:-45px;
 }
 
.ms-staff-carousel.ms-round .ms-nav-next {
    left:auto;
    right:-45px
}