

.pSlider{

    font-size: 11px;
    padding: 0px;

    overflow: hidden;
    position: relative;
    text-align: center;
    margin:0px auto 10px;
    width:558px;
}

.pSlider .product-box{
    border: 0px solid grey; 
    float: left;
    width:150px;
    height:260px;
    padding: 5px 8px;
}

.pSlider .product-slider{
    padding-top: 10px;
    position: relative;
    left:0px;
    z-index: 50;
    width:500px;
    margin:0 auto;
    height:260px;
    overflow:hidden;
}
.pSlider .rmask,.pSlider .lmask{
    position: absolute;
    top:0px;
    height:100%;
    width: 33px;
    z-index: 90;
}
.pSlider .lmask{
    left:0px;
    background: url('images/lmask.png');
}
.pSlider .rmask{
    right:0px;
    background: url('images/rmask.png');
}
.pSlider .product-slider-arrow-left{
    overflow:hidden;
    width: 34px;
    height: 125px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 40%;
    z-index: 100;
    margin-top:-63px;
}
.pSlider .product-slider-arrow-right{
    overflow:hidden;
    width: 34px;
    height: 125px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 40%;
    z-index: 100;
    margin-top:-63px;
}
.pSlider .product-slider-td{
    margin: 0px 30px;
    float: left;
}
.pSlider .hover{
    background-position: 0px -125px;
    cursour: pointer;
}

.product-slider-arrow-right:hover,
.product-slider-arrow-left:hover
{
    cursor:pointer;
}


.disabledLeftArrow,
.leftArrow,
.disabledRightArrow,
.rightArrow{
    background: none;
}


.product-slider-arrow-right:after {
    display: block;
    background: #0d5396;
    width: 32px;
    height: 32px;
    content: "\e617";
    font-family: icon;
    border-radius: 50%;
    line-height: 32px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-left: 4px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.product-slider-arrow-right.disabledRightArrow:after {
    background: #ebebeb;
}

.product-slider-arrow-left:after {
    display: block;
    background: #0d5396;
    width: 32px;
    height: 32px;
    content: "\e619";
    font-family: icon;
    border-radius: 50%;
    line-height: 32px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-left: 0px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.product-slider-arrow-left.disabledLeftArrow:after {
    background: #ebebeb;
}




.loading{
    background: url('images/loader.gif') center 40% no-repeat transparent;
}


.tm-ajax-slider .slider-products-image {
    display: block;
    height: 145px;
}
.tm-ajax-slider .slider-products-name {
    display: block;
    height: 62px;
    text-align: center;
    word-break: break-all;
    line-height: 130%;
    overflow: hidden;
}

.tm-ajax-slider .slider-products-price {
    color: #000000;
    display: block;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
.slider-products-image > a{ 
    display: inline-block;
}
