
#crousalDemo1 {
display:none;
}

.nbs-crousal-container {
    position:relative;
    max-width:100%;
}
.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;
    cursor:pointer;
    position:relative;
    line-height:0px;
	margin:10px 0 0 3px;
}


/*** Navigation ***/

.nbs-crousal-nav-left,
.nbs-crousal-nav-right {
    width: 24px;
    height: 24px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-crousal-nav-left {
    right: 30px; top:-32px!important;
    background: url(images/large_left.jpg) no-repeat;
}
.nbs-crousal-nav-left:hover,
.nbs-crousal-nav-left:focus,
.nbs-crousal-nav-left:active {
    background: url(images/large_left_hover.jpg) no-repeat;
}

.nbs-crousal-nav-right {
    right: 1px;top:-32px!important;
    background: url(images/large_right.jpg) no-repeat;
}
.nbs-crousal-nav-right:hover,
.nbs-crousal-nav-right:focus,
.nbs-crousal-nav-right:active {
    background: url(images/large_right_hover.jpg) no-repeat;
}