﻿
body
{
    margin: 0;
    font-family:微软雅黑;
}
a
{
    text-decoration:none;
}
.pic
{
    width: 460px;
    height: 344px;
    margin:0 auto 0 auto;
    position: relative;
}
/*显示图片*/
.pic_box
{
    width: 100%;
    height: 100%;
    margin:0 auto 0 auto;
}
/*按钮*/
#idNum
{
    margin:0;
    padding:0;
    right:0;
    bottom:12px;
    position: absolute;
    z-index:10;
}
#idNum li
{
    width: 11px;
    height: 11px;
    margin-right:10px;
    list-style: none;
    text-align: center;
    color: #474646;
    cursor: pointer;
    background:url(../img/num.png) no-repeat;
    float: left;
}
#idNum li.on
{
    width: 11px;
    height: 11px;
    border: 0;
    color:White;
    background:url(../img/num_on.png) no-repeat;
}
/*文字*/
.pictext
{
    width: 450px;
    height:35px;
    line-height:35px;
    padding-left:10px;
    font-size: 18px;
    background:url(../img/t2_title.png);
    left:0;
    bottom:0;
    position:absolute;
}
#idPicText
{
    width:370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:White;
}
#idPicText a
{
    color:White;
}
#idPicText a:hover
{
    color:Red;
}
/*图片列表*/
#idPicList img
{
    width: 65px;
    height: 50px;
    margin: 10px;
    border: 0;
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#idPicList img.on
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
