#crousalDemo1 {
	display: none;
}
.nbs-crousal-container {
	position: relative;
	max-width: 100%;
}
.crousal{ border:1px solid #ddd; margin-top:30px;}
.nbs-crousal-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center; 
}
.nbs-crousal-inner {
	overflow: hidden;
	float: none;
	width: 100%;
	margin: 0px;
	background-color: #fff;
	padding: 29px 0;
}
.nbs-crousal-item {
	float: left;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	margin: 17px 0;
}
.nbs-crousal-item img {
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 5px;
	position: relative;
	width: 100%;
}
/*** 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/large_left.jpg);
	height:24px;
	right: 30px;
	top: -50px!important;
	width:24px;	
}
.nbs-crousal-nav-left:hover {
	border:1px solid #fff;
}
.nbs-crousal-nav-right {	
	height: 24px; 
	background-image:url(images/large_right.jpg);
	right: 0%;
	top: -50px!important;
	width:24px;
	
}





@media screen and (max-width: 992px) {
.nbs-crousal-inner {
	background-color: rgba(0, 0, 0, 0);
	float: none;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
}
@media screen and (max-width: 800px) {
}


}


