﻿#CarouselAD
{
    width: 510px;
    height: 150px;
    position: relative;
    overflow: hidden;
}
#CarouselAD ul.list
{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 9999px;
    height: 100%;
}
#CarouselAD ul.list li
{
    float: left;
    width: 510px;
    height: 100%;
}
#CarouselAD .list img
{
    width: 100%;
    height: 100%;
    border: 0;
}
#CarouselAD ul.playerControl
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
}
#CarouselAD ul.playerControl li
{
    float: left;
    width: 23px;
    height: 14px;
    cursor: pointer;
    margin: 0px 2px;
    background: url(../../images/rect_ctrl.png) no-repeat 0 0;
}
#CarouselAD ul.playerControl li.curAD
{
    background-position: -23px 0;
}