/******************** Container */
.jsRotator {
	padding-bottom: 20px; /* account for controls at bottom */
	position: relative;
	}
	.jsRotator.single-item {padding-bottom: 0;}
.jsRotator .slidesContainer {
	width:570px; height:170px; display:none; /* <-- all three overwritten in JS/ASCX */
	background: #000 url(/EI/T/Images/Rotator/loading.gif) no-repeat center center;
	}
	.jsRotator.slidesInitialized .slidesContainer {background-image: none;}
	.jsRotator.single-item .slidesContainer {display: block;}
	
/******************** Items */
.jsRotator .rotatorItem {
	width:570px; height:170px; /* <-- overwritten in JS/ASCX */
	display: block; background: no-repeat 0 0 #000;
	}
.jsRotator .rotatorItem a.rotatorItemLink {
	display: block; text-align: left; z-index: 1;
	position: absolute; top: 0; left: 0; text-indent: -999em;
	width: 100%; height: 100%; overflow: hidden;
	}
.jsRotator .rotatorItem div.rotatorItemCaptionWrap {
	display: block; z-index: 2;
	position: absolute; bottom: 0; left: 0;
	width: 100%; overflow: hidden;
	}
.jsRotator .rotatorItem div.rotatorItemCaption {
	background: url(/EI/MS/Images/Frame/BG/tint/000x70.png) repeat transparent;
	padding: 1em;
	}
.jsRotator .rotatorItem div.rotatorItemCaption h4,
.jsRotator .rotatorItem div.rotatorItemCaption p {color: #fff;}
.jsRotator .rotatorItem div.rotatorItemCaption p {padding: 0; margin: 0; border: none;}

/******************** Prev/Next Buttons */
.jsRotator > a.prev, .jsRotator > a.next{
	display: block;
    width: 10px; height: 10px;
    text-align: left; text-indent: -9999px;
    position: absolute; z-index: 5;
    bottom: 0; margin: 5px 0;
    cursor: pointer; padding: 0; border: none;
    background: url(/EI/T/Images/Rotator/rotator.sprite.png) no-repeat transparent;
	}
.jsRotator > a.next {background-position: -30px -10px; right: 5px;}
.jsRotator > a.prev {background-position: -20px -10px; left: 5px;}
.jsRotator > a.next:hover {background-position: -30px -20px;}
.jsRotator > a.prev:hover {background-position: -20px -20px;}

	
/******************** Pagination */
/***** Bullet Style */
.jsRotator ul.slidesPagination {
    position: absolute; bottom:0; left: 0; height: 10px; text-align: center;
    z-index: 4; list-style-type: none; padding: 5px 20px; margin: 0; border: none; overflow: hidden;
    background: url(/EI/T/Images/Rotator/rotator.sprite.png) #fff repeat-x 0 -30px;
    }
.jsRotator ul.slidesPagination > li {
    display: inline-block; *display: inline; *zoom: 1; vertical-align: top;
    margin: 0 2px; cursor: pointer; width: 10px; height: 100%; overflow: hidden; *margin-top: -2px;
    background: url(/EI/T/Images/Rotator/rotator.sprite.png) no-repeat transparent -10px -10px;
    }
	.jsRotator ul.slidesPagination > li > a {
		display: block; width: 100%; height: 100%;
		text-align: left; text-indent: -9999px; text-decoration: none;
		}
.jsRotator ul.slidesPagination > li:hover {background-position: -60px -10px;}
.jsRotator ul.slidesPagination > li.current,
.jsRotator ul.slidesPagination > li.current:hover {background-position: 0 -10px; cursor: text;}
/***** Text Style */
.jsRotator ul.slidesPagination.asText {
	height: 20px; padding-top: 0; padding-bottom: 0;
	}
.jsRotator ul.slidesPagination.asText > li {
	width: auto; background: none; margin: 0; padding: 0 6px;
	background: url(/EI/T/Images/Rotator/rotator.sprite.png) #fff repeat-x 0 -30px;
	border-style: solid; border-width: 0 1px; border-color: #eee #eee #fff #fff;
	}
.jsRotator ul.slidesPagination.asText > li > a {
	font-size: 9px; line-height: 20px; color: #777; text-indent: 0;
	text-shadow: 1px 1px 1px #fff;
	}
.jsRotator ul.slidesPagination.asText > li.current {background-image: none;}
.jsRotator ul.slidesPagination.asText > li:hover {background-position: 0 -50px;}
.jsRotator ul.slidesPagination.asText > li.current > a,
.jsRotator ul.slidesPagination.asText > li.current:hover > a {color: #444;}
.jsRotator ul.slidesPagination.asText > li span:hover {color: #444;}