#products-show-pic {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    width: 370px;
    float: right;
}

#products-show-pic * {
    margin: 0px;
    padding: 0px;
    word-break: break-all;
}

#ifocus {
    margin: 0px;
    padding: 6px 0px 0px 5px;
    width: 360px;
    height: 350px;
    float: left;
}

#ifocus_pic {
    margin: 0px;
    padding: 0px;
    width: 350px;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: inline;
    word-break: break-all;
    float: left;
}

#ifocus_piclist {
    margin: 0px;
    padding: 0px;
    width: 350px;
    height: 350px;
    position: absolute;
    left: 0px;
    text-align: center;
}

#ifocus_piclist ul {
    padding: 0;
    margin: 0
}

#ifocus_piclist li {
    margin: 0px;
    padding: 0px;
    width: 350px;
    height: 350px;
    list-style-type: none;
    overflow: hidden;
}

#ifocus_piclist img {
    vertical-align: middle;
}

#ifocus_btn {
    margin: 0px;
    width: 350px;
    display: block;
    float: right;
    padding: 15px 15px 0 0;
}

#ifocus_btn li {
    margin: 0px;
    padding: 12px 5px 5px 5px;
    width: 75px;
    height: 75px;
    list-style: none;
    border: solid 1px #cccccc;
    /*background: url('../../images/store-pic-s-bg.gif') no-repeat left top;*/
    cursor: pointer;
    filter: alpha(opacity=50);
    float: right;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#ifocus_btn li .wrapper {
    display: table-cell;
    width: 75px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

#ifocus_btn img {
    margin: 0px;
}

#ifocus_btn .current {
    margin: 0px;
    border: solid 1px #cccccc;
    /*background: url('../../images/store-focus_bg.jpg') no-repeat left top;*/
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#ifocus_opdiv {
    width: 400px;
    height: 35px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#ifocus_tx {
    color: #666666;
    position: absolute;
    left: 8px;
    bottom: 8px;
}

#ifocus_tx .normal {
    display: none;
}

#ifocus_tx ul {
    list-style: none
}
