*{margin:0;padding:0}
body {
background:#fff;
font-family:Arial, sans-serif;
}

.clearout {
height:20px;
clear:both;
}

#mainitem {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}



.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/



.nbs-flexisel-nav-left {
	left:-30px;
     background: url(/cha_js/img/button-previous.png) no-repeat;
}


.nbs-flexisel-nav-right {
	background: url(/cha_js/img/button-next.png) no-repeat;
    right:-30px;    
}

