/* Í¼Æ¬ÇÐ»» */

#idPicShow{
    width:178px;
    height:130px;
    border:1px solid #7EC9F2;
    position:relative;
}
#idPicText{
    background:#eee;
    line-height:25px;
    text-align:center;
    width:242px;
    white-space:nowrap;
    overflow:hidden;
    font-size:12px;
    color: #000000;
}
#idPicText a{
    text-decoration:none;
    color:#333;
    display:block;
}
#idPicList img{
    cursor:pointer;
    width:55px;
    height:37px;
    filter:alpha(opacity=100);
    -moz-opacity: .5;
    opacity: .5;
    border:0;
    margin:2px;
}
#idPicList img.on{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border: 2px solid #FF0000;
}

#idNum{ position:absolute; right:5px; bottom:5px;}
#idNum li{
    float: left;
    list-style:none;
    color: #fff;
    text-align: center;
    line-height: 12px;
    width: 12px;
    height: 12px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    margin: 2px 1px;
    border: 1px solid #7EC9F2;
    background-color: #C0DBEB;
}
#idNum li.on{
    line-height: 18px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    border: 0;
    background-color: #ce0609;
    font-weight: bold;
}

/* µÚÒ»À¸×ó±ß */
#left1{width:180px;height:132px;margin:0 10px 0 0;float:left;overflow:hidden;}

