﻿#ifocus
{
    width: 245px;
    margin: 0px;
    background: #F8F8F8;
}
#ifocus_pic
{
    display: inline;
    position: relative;
    float: left;
    width: 245px;
    height: 225px;
    overflow: hidden;
    margin: 0;
}
#ifocus_piclist
{
    position: absolute;
}
#ifocus_piclist li
{
    width: 245px;
    height: 225px;
    overflow: hidden;
}
#ifocus_piclist img
{
    width: 245px;
    height: 225px;
}
#ifocus_btn
{
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    position: absolute;
    top: 0px;
    left: 0px;
}
#ifocus_btn li
{
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    list-style: none;
    border: 1px solid #333;
}
#ifocus_btn img
{
    width: 16px;
    height: 16px;
}
#ifocus_btn .current
{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
#ifocus_opdiv
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 245px;
    height: 28px;
    background: #333;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
#ifocus_tx
{
    position: absolute;
    left: 3px;
    bottom: 2px;
    color: #FFF;
}
#ifocus_tx .normal
{
    display: none;
}

