﻿	
	
	#rotator1
        {
            height:100px;
			padding-top:15px;
			position:relative;
			width:485px;
        }
        .rotator .leftB
        {
            position: absolute;
            left: 0;        }
        .rotator .rightB
        {
            position: absolute;
            right: 0;
        }
    .rotator .imagePaneCont
        {
            width: 10000px;
            position: relative;
        }
    .rotator .imagePane
        {
            position: absolute;
        }
    .rotator .imagesMain
        {
            position: absolute;
            overflow: hidden;
            height: 80%;
			margin-left:15px;
			MARGIN-TOP: -25px! important; LEFT: 40px! important; WIDTH: 85%
        }
        .rotator .imagesMain .section
        {
            float: left;
            width: 100px;
            overflow: hidden;
            padding-top: 10px;
        }
		.rotator .Title{
			display:none;
		}
		.rotator .Description{
			display:none;
		}
		.rotator .img {
			cursor : pointer;
		}
		#rotatorImage{
		display:block;
			width: 430px;
			height: 300px;
			position:relative;
		}
		#lcolumntopright{
			float:left;
		}
		#Description{
			
			width:424px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			padding:3px;
			height:40px;
			margin-left:55px;
			margin-top:-40px;
		}
		#rotatorImage *{
			display:block;
		}
		/* this is evidence that something is missing */
		.rcolumn{
			float:right;
			}
		
