.piclist{
        margin-top: 30px;
    }
    .piclist li{
        display: inline-block;
        width: 70px;
        height: 70px;
        border: 1px solid #e7ebee;
    }
    .piclist li img{
        width: 70px;
        height: 70px;
        border: 1px solid #e7ebee;
        cursor: pointer;
    }

    /* custom style */
    .picZoomer-pic-wp,
    .picZoomer-zoom-wp{
        border: 1px solid #e7ebee;
    }
    .picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
	width: 100% !important;
    height: 100% !important;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 100%;
	height: 100%;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
    z-index: 999;
    overflow: hidden;
    width: 30vw !important;
    height: 30vw !important;
    left: 600px !important;
    top: 0px !important;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	/*background: url(images/zoom-ico.png) left top no-repeat;*/
}