

p {
margin-bottom:20px;
}

.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 {
    overflow:hidden;
    float:left;
    width:100%;
}

.pd_10{
	padding:10px
}

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

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:100px;
	border:1px solid #f1f1f1
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 40px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-right:before {
content: "\f105";

}
.nbs-flexisel-nav-left:before {
content: "\f104"; 

}
.full-ykien .nbs-flexisel-nav-left {
   font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    display: inline-block;
	left:47%;
	padding:5px 16px;
	background-color:#dedede;
	color:#fff;
}

.nbs-flexisel-nav-left {
   font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    display: inline-block;
	padding:5px 16px;
	background-color:#666666;
	color:#fff;
    top: -60px !important;
    right: 51px;
}

.nbs-flexisel-nav-right {
   font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    display: inline-block;
	right:46%;
	padding:5px 16px;
	background-color:#666666;
	color:#fff;
    top: -60px !important;
    right: 10px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{
color:#fff;
background-color:#0AA90C
} 