﻿#rotatorModule
{
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    overflow: hidden;
}
.rotatorImage
{
	position: relative;
    height: 382px;
    /*width: 907px;   */
    width: 906px;
}
#rotatorHeading
{
    font-size: 28pt;
    width: 430px;
    padding: 40px 0px 20px 40px;
}
#rotatorText
{
    width: 430px;
    padding-left: 40px;
    font-size: 16px;
}
.rotatorItem
{
    height: 29px;
    width: 165px;
    color: #025c95;
    text-align: center;
    background-image: url("images/item.gif");
    float: left;
    padding-top: 16px;
}
.active
{
    color: #ef3e43;
    font-weight: bold;
    background-image: url("images/active.gif");
}
.basic
{
    /*border: solid 1px black;*/
    border-collapse: collapse;
}
.basic td, .basic th
{
    padding: 5px;
    /*border: solid 1px black;*/
}
#bar
{
    display: none;   
}