/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border: 3px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 850px;

    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}
.jqueryzoom{
width: 495px;text-align: center;
}
.article-shop-img ul{
    overflow: hidden;margin-left: 20px;
}
.article-shop-img ul li{
    float: left;cursor: pointer;
}

.article-shop-img ul li img{
    width: 90px;border: 2px solid #ddd;
}
.article-shop-img ul li .cloudzoom-gallery-active{
    border:2px solid #2bcea1
}

.neicp ul li{ float: left;margin-right: 5px; width: 100px; height: auto; margin-bottom: 30px;  margin-top: 10px;}
.cloudzoom-gallery img{ width:280px; height: auto}
#img{  height: auto;margin: 0 auto}