#crousalDemo1 {
	display: none;
}
.nbs-crousal-container {
	position: relative;
	max-width: 100%; float:left;
}
.crousal {
	margin-top: 10px;
	padding-right: 10px;
}
.nbs-crousal-ul {
	position: relative!important;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-crousal-inner {
	overflow: hidden!important;
	float: none;
	width:100%;
	margin: 0px auto;
	background-color: transparent;
	padding: 30px 0 0px 0;
	text-align: left;
}
.nbs-crousal-item {
	float: left;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	margin: 0; text-align:center;
}
.nbs-crousal-item img {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px;
    position: relative;
    max-width: 100%;
    height: 135px;
    width: 135px;
    object-fit: cover; -webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px; border:5px solid #fff;

}
/*** Navigation ***/

.nbs-crousal-nav-left, .nbs-crousal-nav-right {
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	z-index: 100; display:none;
}
.nbs-crousal-nav-left:hover, .nbs-crousal-nav-right:hover {
	background-color: #777;
}
.nbs-crousal-nav-left {
	background-color: #fff;
	height: 16px;
	left: auto;
	right: -20px;
	bottom: -50px!important;
	width: 16px;
	top: auto!important;
	border: 2px solid #777;
	border-radius: 20px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.nbs-crousal-nav-right {
	height: 16px;
	background-color: #fff;
	right: -20px;
	bottom: -50px!important;
	width: 16px;
	top: auto!important;
	border: 2px solid #777;
	border-radius: 20px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
 /*@media screen and (max-width: 1170px) {
.nbs-crousal-nav-left {
	left: 0px;
}
.nbs-crousal-nav-right {
	right: 0px;
}
}
 @media screen and (max-width: 800px) {
.nbs-crousal-nav-left {
	left: -15px;
}
.nbs-crousal-nav-right {
	right: -15px;
}
}
 @media screen and (max-width: 640px) {
.nbs-crousal-inner {
	width: 80%;
}
}
 @media screen and (max-width: 550px) {
}
 @media screen and (max-width: 414px) {
.nbs-crousal-inner {
	width: 70%;
}
}*/
 @media screen and (max-width: 480px) {
	 
	 .nbs-crousal-nav-left, .nbs-crousal-nav-right { display:block;}
	 .nbs-crousal-nav-left{ left:45.7%; bottom:-30px!important;}
	 .nbs-crousal-nav-right { right:45.7%; bottom:-30px!important; }
	 .nbs-crousal-inner{ padding:0px;}

}

 @media screen and (max-width: 414px) {
	 .nbs-crousal-nav-left{ left:45%;}
	 .nbs-crousal-nav-right { right:45%; }
}


@media screen and (max-width: 375px) {
	 .nbs-crousal-nav-left{ left:44.3%;}
	 .nbs-crousal-nav-right { right:44.3%; }
}

@media screen and (max-width: 360px) {
	 .nbs-crousal-nav-left{ left:44%;}
	 .nbs-crousal-nav-right { right:44%; }
}

