@charset "utf-8";
/* CSS Document */
BODY
{
    font-size: 12px;
	margin:0 auto;
}
#idNum LI
{
    padding: 0px;
    margin: 0px;
}
.container
{
    width: 1000px;
    height: 260px;
}

.container A IMG
{
    width: 1000px;
    height: 260px;
}
.container IMG
{
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
}
.td_p A IMG
{
    width: 1000px;
    height: 260px;
}
.num
{
position: absolute;
min-width: 100px;
width: auto;
float: right;
top: 230px;
left: 885px;
}

.num LI
{
    text-align: center;
    line-height: 15px;
    list-style-type: none;
    margin:2px;
    width: 15px;
    font-family: Arial;
    background: url(./fffff.png) no-repeat -15px 0px;
    float: left;
    height: 15px;
	color:#ffffff;
    font-size: 12px;
    cursor: pointer;
}

.num LI.on
{
    line-height: 15px;
    width: 15px;
    background: url(./fffff.png) no-repeat;
    height: 15px;
	color:#37AD00;
}