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

#flexiselDemo1, #flexiselDemo2, #flexisel-inner {
display:none;
}
#flexisel-inner li a:hover {
	opacity:0.9;
}

#flexisel-inner li a img{
position: relative;
}

#flexisel-inner li a span{
	   display: none;
            font-size: 3.0em;
            font-weight: bold;
            height: 100%;
            
            position: absolute;
           
            text-decoration: none;
            width: 100%;
            z-index: 100;
	
}


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

.nbs-flexisel-inner-inner {
    overflow:hidden;
    float:left;
    width:100%;
   
   
   
}

.nbs-flexisel-inner-item {
    float:left;
    margin:0px;
    padding:0px;
    line-height:0px;
	width:130px;
	margin-right:2px

}
.nbs-flexisel-inner-item img {
    width:230px;
   
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

}


/*** Navigation ***/

.nbs-flexisel-inner-nav-left,
.nbs-flexisel-inner-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-inner-nav-left {
   right: 10px;
  background: url(images/arrow-pleft.png) #eee no-repeat center center;	
	margin-right:45px;
	margin-top:-135px
}

.nbs-flexisel-inner-nav-right {
   right: 5px;
	margin-right:20px;
	margin-top:-135px;
   background: url(images/arrow-p.png) #eee no-repeat center center;	
}

.nbs-flexisel-inner-nav-left:hover{
	background-color:#eb4800; 
}
.nbs-flexisel-inner-nav-right:hover{
	background-color:#eb4800;
}