﻿/*图片切换*/
#play img
{
    border: 0px;
}
#play
{
    width: 560px;
    height: 242px;
    overflow: hidden;
}
#PlayList a img
{
    width: 560px;
    height: 242px;
    overflow: hidden;
}
#PlayText
{
    position: absolute; /*margin: 300px 0px 0px 350px;*/
    z-index: 1002;
    height: 1px;
    width: 560px;
}
#PlayText ul li
{


    float: left;
    width:100px;
    height:43px; 
 
    cursor: pointer;
    text-align: center;
    z-index: 9;
 margin:0px 15px;
     margin-top: 186px;
     border:solid 3px #EDFF72;
}
#PlayText ul li img
{
    width:100px;
    height:43px; 
        opacity: 0.8; /* Firefox, Safari(WebKit), Opera)*/
    filter: "alpha(opacity=80)"; /* IE 8 */
    filter: alpha(opacity=80); /* IE 4-7 */
    zoom: 1; /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
}

