/* Buttons, Controls */

#Controls
{
    position            : absolute;
    left                : 60.5%;
    top                 : 74.5%;
    width               : 39.4%;
    height              : 18.1%;
}

#FullScreen
{
    cursor              : pointer;
    position            : absolute;
    left                : 56.1%;
    top                 : 74.4%;
    width               : 6.2%;
    z-index             : 999;
    font-size           : 90%;
    font-weight         : bold;
    color               : #78858D;
    vertical-align      : middle;
    text-align          : center;
}

#AutoPlay
{
    position            : absolute;
    left                : 64.2%;
    top                 : 85.0%;
    border              : 0px solid #FF0000;
    width               : 17%;
    height              : 3.2%;
    cursor              : pointer;
    vertical-align      : middle;
}

.AutoPlayImage
{
    position            : absolute;
    width               : 100%;
    height              : 100%;
    cursor              : pointer;
    z-index             : 9;
}

#AutoPlay span.State
{
    left                : 15.5%;
    top                 : 22%;
    position            : absolute;
    font-size           : 90%;
    font-weight         : bold;
    color               : #000000;
    z-index             : 1;
}

#AutoPlayImage
{
    width               : 100%;
}

#PageNext
{
    position            : absolute;
    left                : 64.7%;
    top                 : 89.0%;
    width               : 12.4%;
    height              : 1.8%;
    border              : 0px solid #FF0000;
}

#PageNext span
{
    left                : 16.5%;
    position            : absolute;
    font-size           : 90%;
    color               : #78858D;
}

#PageNext span.Active
{
    color               : #000000;
    font-weight         : bold;
}

.PageNextImage
{
    position            : absolute;
    width               : 100%;
    height              : 100%;
    cursor              : pointer;
    z-index             : 9;
}

#PagePrevious
{
    position            : absolute;
    left                : 64.7%;
    top                 : 91.6%;
    width               : 6.0%;
    height              : 1.8%;
    border              : 0px solid #FF0000;
}

#PagePrevious span
{
    position            : absolute;
    left                : 33%;
    font-size           : 90%;
    color               : #74828D;
}

#PagePrevious span.Active
{
    color               : #000000;
    font-weight         : bold;
}

.PagePreviousImage
{
    position            : absolute;
    width               : 100%;
    height              : 100%;
    cursor              : pointer;
    z-index             : 10;
}

.Play
{
    position            : absolute;
    left                : 0.0%;
    top                 : -35.0%;
    width               : 5.5%;
    cursor              : pointer;
}

.PlayImage
{
    width               : 100%;
}