﻿.rotatingImagePanel input
{
    float: left;
    height: 200px;
    width: 380px;
}
.rotatingImageThumbPanel .thumb
{
    border: 5px solid black;
    height: 35px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100px;
}
.rotatingImagePanel .text
{
    padding-left: 10px;
    padding-right: 20px; 
}    
.rotatingImagePanel .title,
.rotatingImagePanel .subTitle
{
    display: block;       
}
.rotatingImagePanel .title
{
    color: #a90000;
    font-size: 14pt;
    font-weight: bold;
    font-family: tahoma;
    margin-bottom: 3px;
}
.rotatingImagePanel .subTitle
{
    color: #363636;
    font-family: verdana;
    font-size: 11pt;
    font-weight: bold;
}