﻿#wrapper
{
    width: 980px;
    height: 300px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
#images
{
    width: 980px;
    height: 300px;
}
#images img
{
    display: block;
    float: left;
}
#timer, #captions
{
    background:rgba( 0, 0, 0, 0.5 ) url('back.png');
    width: 980px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#timer
{
    background: rgba( 0, 0, 0, 0.2 );
}
#captions .carousel > div
{
    color: #fff;
    font-family:Tahoma;
    font-size: 8pt;
    line-height: 32px;
    width: 980px;
    height: 30px;
    float: left;
}
#captions .carousel > div .in-line
{
    float:left;
    padding-left:20px;
    overflow-x:hidden;
    width:500px;
}
.pager
{
    margin-top:2px;
    text-indent: 10px;
    float: right;
    direction:rtl;
}
.pager a
{
    border: 1px solid #fff;
    border-radius: 10px;
    display: none;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    display: inline-block;
}
.pager a:hover
{
    background: rgba( 255, 255, 255, 0.3 );
}
.pager a.selected
{
    background: #fff;
}
