*
{
    margin: 0;
    padding: 0;
}

/*主容器*/
.con-FangDa
{
    float: left;
    width: 230px;
    height: auto;
    margin: 10px auto;
    background-color: #fff;
}
/*正常容器*/
.con-fangDaIMg
{
    width: 220px;
    height: 220px;
    position: relative;
    background-color: #454545;
}
.con-fangDaIMg > img
{
    width: 100%;
    height: 100%;
}
/*滑块*/
.magnifyingBegin
{
    width: 110px;
    height: 110px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
}
/*放大镜显示区域*/
.magnifyingShow
{
    width: 400px;
    height: 400px;
    display: none;
    position: absolute;
    /*right: -470px;*/
    left:221px;
    top: 0;
    overflow: hidden;
    background-color: #454545;
}
.magnifyingShow > img
{
    width: 800px;
    height: 800px;
    margin-left: 0;
    margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList
{
    list-style: outside none none;
    overflow: hidden;
    margin-top: 0px;
    height: 54px;
    width: 2250px;
    list-style: none;
}
.con-FangDa-ImgList > li
{
    margin-right: 7px;
    width: 62px;
    height: 50px;
    float: left;
    cursor: pointer;
   
    text-align: center;
}

.con-FangDa-ImgList > li > img
{
    vertical-align: top;
    display: inline;
    width: auto;
    height: 50px;
}
.con-FangDa-ImgList > .active
{
    border: 1px solid #FF0000; /*border-color:#000;*/
}
#img-list
{
    float: left;
    
    width: 220px;
    height: 54px;
    overflow: hidden;
    padding: 5px 0px 0px 0px;
    
}
#img-list ul
{
    list-style: outside none none;
    overflow: hidden;
    width: 800px;
    height: 54px;
}
#img-list img
{
    float: left;
    width: 62px;
    padding-right: 5px;
    text-align: center;
    font-size: 0px;
}
#img-list a
{
    width: 14px;
    height: 54px;
    background: url(../images/arrow-2.png) 0 0 no-repeat;
    vertical-align: middle;
}
#forward
{
    float: right;
}
#backward
{
    float: left;
}
#img-list a.forwarddisabled
{
    cursor: default;
    background-position: -14px 0px;
}
#img-list a.backwarddisabled
{
    cursor: default;
    background-position: -0px 0px;
}
#img-list a.forward
{
    background-position: -42px 0px;
}
#img-list a.backward
{
    background-position: -28px 0px;
}
#img-list #divShowImg
{
    float: left;
    width: 180px;
    height: 52px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    margin-left: 18px;
    color: #FFFFFF;
}
#img-list #divShowImg #divallimg
{
    width: 900px;
    height: 54px;
    float: left;
    left: 18px;
    position: absolute;
    z-index: 1;
}
