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

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

.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%;
    
   
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
	padding:0 0 20px 0;
}

.nbs-flexisel-item {
    float:left;
    margin:0px 20px;
  color:#FFF;
    cursor:pointer;
    position:relative;
    line-height:2;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border:1px solid #ccc;
margin: 0 95px 0 -61px;
    padding: 40px 13px 40px 13px;
	background:#f0f0f0;

}

.nbs-flexisel-item2 {
    float:left;
    margin:0px 20px;
  color:#fff;
    cursor:pointer;
    position:relative;
    line-height:0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

margin: 0 95px 0 -61px;
    padding: 40px 13px 40px 13px;

}

.nbs-flexisel-item:hover{
	background:#356aa0;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color:#fff !important;


}
.nbs-flexisel-item2:hover {
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color:#000; 
}

.nbs-flexisel-item h4 a{color:#000; font-size:14px; margin:20px 0 0 0; font-family:"Myriad Pro"; text-decoration:none;}
.nbs-flexisel-item h4 a:hover{color:#fff;}

.nbs-flexisel-item img {
    width: 117px;
	height:auto;
    cursor: pointer;
    position: relative;
		-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
   
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    right: 40px !important;
	top:219px !important;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0;
	top:219px !important;
    background: url(../images/button-next.png) no-repeat;
}