body {
background:#fff;
font-family:Arial, sans-serif;
}
.nbs-flexisel-inner h4 {
margin-bottom:0px;
 line-height: 110%;
 font-weight: bold;
  margin-top: 0;
  
  color: #666666;
  font-size: 14px;
}
.nbs-flexisel-inner p {
margin-bottom:20px;
 line-height: 150%;
  margin-top: 0;
  color: #666666;
  font-size: 12px;
}

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

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

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

.nbs-flexisel-inner {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 2px 2px;
    float: left;
    margin-top: -13px;
    min-width: 318px;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
 
	cursor: pointer;
	positon: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
	
	background: url(../img/button-previous.png) no-repeat;
	margin-top: -19px;
}

.nbs-flexisel-nav-right {
    background: url("../img/button-next.png") no-repeat scroll 0 0 transparent;
    right: -3px;
    margin-top: -19px;
}
