#crousal2Demo2 {
	display: none;
}
.nbs-crousal2-container {
	position: relative;
	max-width: 100%;
}
.crousal2 {
	margin-top: 10px;
	padding-right: 10px;
}
.nbs-crousal2-ul {
	position: relative!important;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-crousal2-inner {
	overflow: hidden!important;
	float: none;
	width: 100%;
	margin: 0px auto;
	background-color: transparent;
	padding:0px 0 0px 0;
	text-align: left;
}
.nbs-crousal2-item {
	float: left;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	margin: 0;	
	margin-top:0px;
}
.nbs-crousal2-item img {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0px;
	position: relative;
	
}
/*** Navigation ***/

.nbs-crousal2-nav-left, .nbs-crousal2-nav-right {
	width: 38px;
	height: 38px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}



.nbs-crousal2-nav-left {
	background-image: url(images/nextb.png);
	background-repeat: no-repeat;
	height: 38px;
	left: auto;
	right: -50px;
	bottom: -50px !important;
	width: 21px;
	top: 45% !important;
}
.nbs-crousal2-nav-right {
	background-image: url(images/preb.png);
	background-repeat: no-repeat;
	height: 38px;
	left: 0;
	left: -50px;
	bottom: -50px !important;
	width: 21px;
	top: 45% !important;
}

@media screen and (max-width: 1366px) {	 
.nbs-crousal2-nav-right{ left:0px;}
.nbs-crousal2-nav-left{ right:0px;}

}

 
/* @media screen and (max-width: 800px) {
.nbs-crousal2-nav-left {
	left: -15px;
}
.nbs-crousal2-nav-right {
	right: -15px;
}
}
 @media screen and (max-width: 640px) {
.nbs-crousal2-inner {
	width: 80%;
}
}
 @media screen and (max-width: 550px) {
}
 @media screen and (max-width: 414px) {
.nbs-crousal2-inner {
	width: 70%;
}
}
 @media screen and (max-width: 320px) {
}
*/
