
.mysearch{
padding:0 !important;
}

.pager{
margin:0 !important;
}
.pager li a{
padding:0 !important;

}
.current{
border-radius:15px !important;
}
.view-mode label,.amount--has-pages{
padding-top:6px;
}
.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:96%; border:0px solid red; margin-left:30px
}

.nbs-flexisel-item {
    float:left !important;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    max-width:130px;
    max-height:65px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
   
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/bottomprv.png) no-repeat; border:0px solid red
}

.nbs-flexisel-nav-right {
    right:-25px;
    background: url(../img/bottomnxt.png) no-repeat;
	
}

@media screen and (min-device-width:320px) and (max-device-width:768px) { 

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; border:0px solid red; margin-left:0
}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
   
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/bottomprv.png) no-repeat; border:0px solid red
}

.nbs-flexisel-nav-right {
    right:0;
    background: url(../img/bottomnxt.png) no-repeat;
	
}


}

@media screen and (min-device-width:768px) and (max-device-width:991px) { 

.cartbg a h2{ font-size:11px;}
}

@media screen and (min-device-width:320px) and (max-device-width:767px) { 
.cartbg{
	height:45px;
}
.mysearch .input-group{
	padding-left:10px;
}
#search{
	font-size:14px important;
}
.main{
	padding:15px important;
}
}


