﻿.header_rotator .loading
{
    top: 0;
    right: 0;
    font: 8pt/260pt Tahoma;
    width: 478px;
    height: 309px;
    display: block;
    z-index: 2;
    position: absolute;
    direction: rtl;
    text-align: center;
    background: #fff url(images/loader_indicator.gif) no-repeat center 42%;
}
.header_rotator .pic_item
{
    top: 0;
    right: 0;
    width: 478px;
    height: 309px;
    z-index: 1;
    position: absolute;
}
.header_rotator .main_item, .header_rotator .alt_item
{
    top: 0;
    right: 0;
    width: 478px;
    height: 309px;
    z-index: 2;
    position: absolute;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.header_rotator .alt_item
{
    z-index: 1;
}
.header_rotator .thumbnail
{
    top: 0;
    left: 0;
    width: 478px;
    height: 309px;
    position: absolute;
    background: none no-repeat 0 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
