#vScrollerLeft {
	width: 29px;
	height: 317px;
	background: url('/images/v_scroller_left.gif') repeat-x top left;
}
#vScroller {
	width: 142px;
	height: 315px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #d2d2d6;
}
#vScrollerRight {
	width: 27px;
	height: 317px;
	background: url('/images/v_scroller_right.gif') repeat-x top left;
}
#vScrollerLeft, #vScrollerRight, #vScroller {
	float: left;
}


/* Vertical Scroller */
#v_scroller {
	width: 142px;
	height: 305px;
	overflow: hidden;
}
#scrollLeft { cursor: default; }
#scrollRight { cursor: pointer; }
#scrollLeft, #scrollRight {
	height: 13px;
}

#scrollBox {
	width: 142px;
	height: 289px; /* the height without arrows */
					/* fix for IE6 - height: 283px; */
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}
#scrollContent {
	height: 5000px;
	position: relative;
}
div.scrollPromoBox {
	width: 142px;
	height: 58px;
	font-size: 11px;
	overflow: hidden;
}
div.scrollPromoBox table {
	width: 142px;
	height: 100%;
	border-collapse: collapse;
}
div.scrollPromoBox td {
	width: 142px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
div.scrollPromoBox td img, div.scrollPromoBox table img {
    border: 0;
}
table td {
 }
