﻿#imageRotator
{
    position: relative;
	overflow: hidden;
	height: 100px;
	padding:0;
    margin:0;
}

#ImageRotatorList .ImageSlide
{
    list-style-type:none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ImageRotatorList .slideContent
{
	/*overflow: hidden;
	position: absolute;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	z-index: 10;
	top: 140px;
	left: 400px;
	height: 75px;
	width: 385px;*/
	display:none;
}

#ImageRotatorList .SlideCopy
{
	/*background-image: url(/Common/images/ImageRotator/semitransparent.png);
	height: 100%;*/
	display:none;
}

#ImageRotatorList .slideContent a:link, 
#ImageRotatorList .slideContent a:visited, 
#ImageRotatorList .slideContent a:hover, 
#ImageRotatorList .slideContent a:active
{
	color: #ffffff;
}

#slideBanner p
{
	display: block;
}

#bannerStrip
{
	margin-top: -25px;
	margin-left: 5px;
	z-index: 50;
	position: relative;
	height: 20px;
}

#bannerStrip .imageRotatorNavButton
{
	width: 21px;
	height: 21px;
}

#bannerStrip .back
{
	background-image: url(/Common/images/ImageRotator/back.png);
}

#bannerStrip .next
{
	background-image: url(/Common/images/ImageRotator/next.png);
}

#bannerStrip .play
{
	background-image: url(/Common/images/ImageRotator/play.png);
}

#bannerStrip .pause
{
	background-image: url(/Common/images/ImageRotator/pause.png);
}

.imageRotatorNavButton
{
	float:left;
	width: 20px;
}

#Banner
{
	height: 160px;
	padding-bottom: 2px;
}

.imageRotatorNavButton {
background-image:url("/common/images/ImageRotator/selectedDot.png");
background-position:center center;
background-repeat:no-repeat;
float:left;
height:16px;
width:16px;
cursor:pointer;
}

#imageRotatorDots
{
    position:absolute;
    bottom:1px;
    left:1px;
    z-index:3000;
}