
.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%;
}

.nbs-flexisel-item {
	font:13px/1.6 Arial, Helvetica, sans-serif;
    float:left;
    margin:0 20px 0 0px;
    padding:0px;
    cursor:pointer;
    position:relative;
	width:230px;
	min-height:320px;
	border-bottom:#84a713 3px solid;
}
.nbs-flexisel-item img {
    width:230px;
	height:232px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:30px;
    height:30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	top:0;
   /* opacity: 0.5;*/
}

.nbs-flexisel-nav-left {
    right:40px;
    background: url(../images/button-previous.jpg) no-repeat;
	margin-top:-188px;
}

.nbs-flexisel-nav-right {
    right: 5px;
	margin-top:-188px;
    background: url(../images/button-next.jpg) no-repeat;
}

.productNameSlider a:link, .productNameSlider a:visited, .productNameSlider a:active  {
	font:bold 13px/1.6 Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#21252b;
	padding:0;
	margin:0;
}
.productNameSlider a:hover{
	text-decoration:none;
	color:#576d0f;
}
.categoryNameSlider a:link, .categoryNameSlider a:visited, .categoryNameSlider a:active  {
	font:12px/1.6 Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#84a713;
	padding:0;
	margin:0;
}

.categoryNameSlider a:hover{
	text-decoration:none;
	color:#21252b;
}