
#crousalDemo1 {
display:none;
}

.nbs-crousal-container {
    position:relative;
    max-width:100%; top:15px;
}
.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:transparent;
}

.nbs-crousal-item {
    float:left;
    padding:0px;   
    position:relative;
    line-height:0px;
	margin:10px 0 0 3px;
}


/*** Navigation ***/

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

.nbs-crousal-nav-left {
    left: -54px;
    top: 150px !important;
    background: url(images/left.png) no-repeat;
}
.nbs-crousal-nav-left:hover,
.nbs-crousal-nav-left:focus,
.nbs-crousal-nav-left:active {
    background: url(images/left.png) no-repeat;
}

.nbs-crousal-nav-right {
    right:-54px;top:150px!important;
    background: url(images/right.png);
}
.nbs-crousal-nav-right:hover,
.nbs-crousal-nav-right:focus,
.nbs-crousal-nav-right:active {
    background: url(images/right.png) no-repeat;
}



@media screen and( max-width:1224px){
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	