﻿
/* 动态图片 Focus_change style */
#play img
{
    border: 0px;
}
#play
{
    width: 654px;
    height: 222px;
    overflow: hidden;
    margin: 0px;
    padding: 0px; 

}
#play_info
{
    position: absolute;
    margin-top: 141px;
    padding: 8px 0 0 20px;
    height: 42px;
    width: 270px;
    color: #fff;
    z-index: -1001;
    cursor: pointer;
}
#play_info b
{
    font-size: 14px;
    display: block;
}
#play_bg
{
    position: absolute;
    margin-top: 141px;
    height: 50px;
    width: 346px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: -1000;
}
#play_text
{
    position: absolute;
    margin: 141px 0 0 296px;
    height: 50px;
    width: 60px;
    z-index: -1002;
}
#play_text ul
{
    list-style-type: none;
    width: 60px;
    height: 50px;
    display: block;
    padding-top: 1px;
    _padding-top: 0px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
}
#play_text ul li
{
    width: 14px;
    height: 14px;
    float: left;
    display: block;
    color: #FFF;
    text-align: center;
    margin: 1px;
    cursor: pointer;
    font-size: 9px;
}
#play_list a
{
    display: block;
    width: 654px;
    height: 222px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#play_list a img
{
 width:654px;
  height:222px;
}
