
p {
margin-bottom:20px;
}

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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

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

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
	background: none;
	margin-bottom: 0px;
}

.nbs-flexisel-item {
    float:left;
    margin: 0px 0px 0px 0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 28px;
	height: 50px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	top: 20px;
}

.nbs-flexisel-nav-left {
	left: -35px;
    background: url(../../images/arrow_left.png) no-repeat left top;
}

.nbs-flexisel-nav-right {
    right: -35px;
    background: url(../../images/arrow_right.png) no-repeat right top;
}