::-moz-selection{
   background-color:Transparent;
   color:#000;
   }

   ::selection {
   background-color:Transparent;
   color:#000;
   }
.myclass::-moz-selection,
.myclass::selection { ... }

img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#popularcat {position: relative; text-align:center; width:100%; height:110px; overflow:hidden; border-width:0px; border-color:#666666; border-style:solid;}
#popbox {position: relative; width:auto; overflow:hidden; float:left; min-width:130px; margin: 0px auto;}
.populartitle {font-family:Arial, Helvetica, sans-serif; font-size:17px; font-weight:bold; color:#000000; text-decoration:none;}
.populartext {font-family: Verdana, Geneva, sans-serif; font-size:11px; color:#0054a6; text-decoration:none; text-align:center;}
.populartext:hover {font-family: Verdana, Geneva, sans-serif; font-size:11px; color:#0054a6; text-decoration:underline;}
.seeallproducts {font-family: Verdana, Geneva, sans-serif; font-size:11px; color:#0054a6;}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
max-height:60px;
overflow:hidden;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:125%;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float: none;
    width:100%;

}

.nbs-flexisel-item {
	width:100%;
    float: left;
    margin:0px;
    padding:0px;
    cursor:auto;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
	margin:0 0 0 0;
    max-width:90px;
    max-height:60px;

}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(http://source.ncix.com/bnr/vendorlogo_fp/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right:5px;
    background: url(http://source.ncix.com/bnr/vendorlogo_fp/images/button-next.png) no-repeat;
}