﻿

.clearout{height:20px;clear:both;}

#flexiselDemo3{display:none;}
#flexiselDemo3 p{margin-bottom:20px;}
#flexiselDemo3 p{color:#333;padding-top:10px;}
.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;width:90%;margin:0 auto;padding-top:30px;
}
.nbs-flexisel-item{float:left;margin:0px;padding: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:100px;max-height:100px;border:solid 1px #bbb;padding:10px;border-radius: 50%;transition:all .3s;}
.nbs-flexisel-item img:hover{transform: scale(1.05, 1.05);box-shadow:0px 0px 10px 0px rgba(0, 0, 0,0.3);}
/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.8;margin-top:20px;}
.nbs-flexisel-nav-left{left:0px;background:url(../img/button-previous.png) no-repeat;}
.nbs-flexisel-nav-right{right:0px;background:url(../img/button-next.png) no-repeat;}
