body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
margin-top:4px;
}

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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
margin-top:10px;
}

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

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
/*<!--    background:#d9d9d9;-->*/
	height:120px;	
}

.nbs-flexisel-item {
    float:left;
	width:180px !important;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	margin-left:19px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left:15px;
    max-width:170px;
    max-height:80px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 28px;
    height: 62px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
	top:45px !important;
    left: 5px;
    background:url(../../images/icon_prev.png) no-repeat;
}

.nbs-flexisel-nav-right {
	top:45px !important;
    right: -5px;
    background:url(../../images/icon_next.png) no-repeat;
}