/*
body {
    background: #fff;
    font-family: Arial, sans-serif;
}

p {
    margin-bottom:20px;
}

div>p {
    text-align: left;
    font-size: x-small;
}
*/

.clearout {
    clear: both;
}

#similarProducts h3 {
  position: absolute;
  margin: 8px 0 0 18px;
	color: #000;
	font: 18px 'Bold', 'Myriad Pro', sans-serif;
	text-transform: uppercase;
  z-index: 99;
}

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

.nbs-flexisel-container {
    position: absolute;
    z-index: 98;
    width: auto;
    max-width: calc(100% - 290px);
    min-width: 696px;
    background: #FFF;
    height: 216px;    
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*max-width: inherit;*/

}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    height: 210px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100% - 24px);
    margin: 0 12px 0 12px;
}

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

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    width: 97px;
	  margin: 38px 8px 0 0;
	  float: left;
}


/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
}

.nbs-flexisel-nav-left {
  width: 15px;
	height: 34px;
	background: url(/images/popular_arrows.png) 0 0 no-repeat;
	position: absolute;
	top: 87px;
	left: 0px;
	cursor: pointer;
}

.nbs-flexisel-nav-left:hover {
  background: url(/images/popular_arrows.png) 0 -35px no-repeat;
}

.nbs-flexisel-nav-left:before {
  
  }

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
  width: 15px;
	height: 34px;
	background: url(/images/popular_arrows.png) -16px 0 no-repeat;
	position: absolute;
	top: 87px;
	right: 0px;
	cursor: pointer;
}

.nbs-flexisel-nav-right:hover {
  background: url(/images/popular_arrows.png) -16px -35px no-repeat;
}

.nbs-flexisel-nav-right:before {
  
    }

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}