.rotator {
    width: 300px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
}

.rotator.wide {
    width: 632px;
}

.rotator h2{
    font-family: Arial;
    font-size: 15px;
    color: #ba0600;
    margin: 0 0 4px 2px;
    font-weight: normal;
}

.rotator_preview{
	height:415px;
}
.rotator_preview.wide {
    height: 495px;
}
ul.notext {
    height: 345px;
}
ul.notext.wide {
    height: 425px;
}
.rotator_preview li{
	height:415px;
	list-style-type: none;
}
.rotator_preview.wide li {
    height: 495px;
}
.rotator_preview .preview_text {
    height: 64px;
    overflow: hidden;
}

ul.notext div.preview_text {
    display: none;
}
.preview_text > .teaser {
	font-family: helvetica, arial, sans-serif;
    font-size: 13px;
}

.rotator_carousel {
	margin-top: 319px;
	z-index: 10000;
	position:absolute;
    width: 300px;
	overflow: hidden;
	background-image: url('../images/semitransparent.png');
    text-align: center;
}

.rotator_carousel.wide {
    margin-top: 392px;
    width: 632px;
}

.rotator_carousel_contents{
	float:left;
	width: 100%;
	text-align:center;
	margin: 0 auto;
    border: 0;
    padding: 0;
    height: 26px;
}

.rotator_carousel_contents > span{
    display:inline-block;
    margin: 0 4px;
    vertical-align: top;
    width: 16px;
    height: 100%;
    height: 26px;

}

.rotator_carousel_contents > span > a{
    display: block;
    height: 26px;
    width: 16px;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #999;
}

.rotator_carousel_contents > span > .activeSlide{
    color: #fff;
}

.rotator_carousel_contents > span > a:hover{
    color: #fff;
    text-decoration: none;
}

.c_items{
    text-align:center;
    margin: 0 auto;
    width: 96px;
}
