﻿.Rotator
{
    height: 223px !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.SlideshowImage
{
	display:block;
}
.Rotator ul, .Rotator ul li
{
	list-style-image: none !important;
	list-style-type:none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.arrow
{
    display: block;
    height: 32px;
    width: 32px;
}

.leftArrow
{
    float: left;
    position: relative;
    top: -132px;
    left: 17px;
    height: 32px;
    width: 32px;
    z-index: 1000;
    background: url('/images/leftArrow.png') no-repeat;
}

.rightArrow
{
    float: right;
    position: relative;
    top: -132px;
    right: 19px;
    height: 32px;
    width: 32px;
    z-index: 1000;
    background: url('/images/rightArrow.png') no-repeat;
}

.right25-75, .middle25-50-25
{
    height: 223px;
}
