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

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

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
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;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    border:0px solid #ccc;
	background:#001e33;
	
}

.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;
    margin-top: 10px;
    margin-bottom: 10px;
	border:0px solid #723998;
}

/*** Navigation ***/

.nbs-flexisel-nav-left{
    padding:72px 18px;
	padding-right:20px;	
    top:0%;
    position: absolute;
    cursor: pointer;
    z-index: 4;   
    background:url(../img/nav-left.jpg) #001e33 no-repeat center left;
    color: #fff;     
}
.nbs-flexisel-nav-right {
    padding:72px 18px;
    top:0%;
    position: absolute;
    cursor: pointer;
    z-index: 4;    
    background:url(../img/nav-right.jpg) #001e33 no-repeat center right;  
}

.nbs-flexisel-nav-left {
    left: 0px;
	border-right:0px solid #fff;  
}

.nbs-flexisel-nav-left:before {
 /*   content: "<"*/
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right:0px;  
	border-left:0px solid #fff;  
}

.nbs-flexisel-nav-right:before {
   /* content: ">"*/
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}