.ScrollBox {
	position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
.ScrollPanel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
}

/* Site specific */

.home-scroll {
	margin: 0;
	width: 162px;
	background-color: #FFEFC1;
}
.home-scroll-text {
	color: #330000;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 9px;
	text-align: left;
}
.home-scroll-text SPAN {
	color: #265BA5;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	xline-height: 20px;
	
}
.ScrollBox {
	xborder: 1px solid #FFFFCC;
}
.ScrollPanel {
	border-bottom: 1px solid #FFFFFF;
	height: 268px;
}
.panel-even {
}
.panel-odd {
}
.panel-first {
	top: 0px;
}

#HomeScroll {
	height: 268px;
}

A.offer {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
	background: url(/images/home-more.gif) no-repeat right bottom;
}
A.offer:hover SPAN {
	xcolor: #FEC621;
}

.Paused {
	background-image: url(/images/paused.gif);
}