﻿/* rotator in-page placement */
div.rotator
{
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0px;
}

/* rotator css */
div.rotator ul li
{
    float: left;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 0px;
    z-index: -500;
}

/* rotator image style */	
div.rotator ul li img
{
    /*border: 1px solid #ccc;*/
    padding: 0px;
    border: none;
    background: #FFF;
}
div.rotator ul li.show
{
    z-index: -500;
}

.imgBackGround
{
    /*width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px;*/
    position: relative;
}