﻿
.productlistchoose .plugins_slides .next, .productlistchoose .plugins_slides .prev {
    position: absolute;
    top: 235px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/icon.png);
    background-position: 0px -184px;
    z-index: 10;
}

.productlistchoose .plugins_slides .prev {
    left: 8px;
}

    .productlistchoose .plugins_slides .prev:hover {
        background-position: -32px -184px;
    }

.productlistchoose .plugins_slides .next {
    right: 8px;
    background-position: -16px -184px;
}

    .productlistchoose .plugins_slides .next:hover {
        background-position: -48px -184px;
    }

.productlistchoose .slide a {
    padding: 2px;
}
    .productlistchoose .slide a.act img{
        border:1px solid #e6423b;
    }
.slides_container {
    width: 180px;
    margin-left: 20px;
    margin-top: 5px;
}

.productlist {
    height: 394px;
    margin: 0px 5px;
    border:1px solid #f1f1f1;
}

.productlist-new .productStoreSysNo {
    display: none;
}

.productlist-new:hover .productStoreSysNo {
    display: block;
    height: 20px;
    background: #f5f5f5;
    border: 1px solid #e6423b;
    border-top: 0px;
    position: absolute;
    width: 23px;
    margin-left: 5px;
    margin-top: -1px;
    text-align: center;
    color: #999999;
}

.productlist-new:hover .productlistshop a {
    color: white;
    border: 0;
    background: #e6423b;
}

.productlist-new:hover .productlist {
    border: 1px solid #e6423b;
    height: 416px;
}

.productlist-new {
    height: 430px;
    width: 240px;
    float: left;
    margin-top: 10px;
}
