﻿
#abgneBlock
{
    padding: 5px;
    width: 600px;
    height: 242px;
    border: 1px solid #ccc;
}
#abgneBlock #player
{
    position: relative;
    overflow: hidden;
    height: 100%;
}
#abgneBlock ul.list
{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
#abgneBlock ul.list li
{
    float: left;
    width: 100%;
    height: 100%;
}
#abgneBlock .list img
{
    width: 100%;
    height: 100%;
    border: 0;
}
#abgneBlock ul.playerControl
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 20px;
}
#abgneBlock ul.playerControl li
{
    float: left;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    margin: 0px 2px;
}
#abgneBlock ul.playerControl li.current
{
    color: #fff;
    font-weight: bold;
    background-position: 0 0;
}


