#crousalDemo1 {
	display: none;
}
.nbs-crousal-container {
	position: relative;
	max-width: 100%;
}
.crousal {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.nbs-crousal-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	 
}
.nbs-crousal-inner {
	overflow: hidden;
	float: right;
	width: 100%;
	margin: 0px;
	background-color: transparent;
	padding:5px 0;
}
.nbs-crousal-item {
	float: left;	
	cursor: pointer;
	position: relative;
	line-height: 0px;
	margin: 0;
}

.nbs-crousal-item img {	
	
	position: relative; margin:0 auto;
}
/*** Navigation ***/

.nbs-crousal-nav-left, .nbs-crousal-nav-right {
	width: 24px;
	height: 24px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-crousal-nav-left {
	background-image:url(images/pre.png);
	height:33px;
	left: 50px;	
	width:18px; top:55px!important; z-index:10; display: none;
}

.nbs-crousal-nav-right {	
	height: 33px; 
	background-image:url(images/next.png);
	right: 0px;	
	width:18px;  top:55px!important; z-index:10;  display: none;
	
}





@media screen and (max-width: 992px) {

}
@media screen and (max-width: 480px) {
	
	
}
@media screen and (max-width: 414px) {
	.nbs-crousal-inner {
    background-color: transparent;
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 4px;
   
}
}


}


