/* scrollable div area */
#scrollable2 {
	float: left;
	width: 435px;
	height: 252px;
	padding: 0px 5px 0px 0px;
	border: none;
	overflow: hidden;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-right: 5px;
}

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 11px;
	height: 252px;
	background:  url('/media/scroller/scrollbar-track-bottom2.gif') no-repeat bottom left;
	filter:alpha(opacity=00);-moz-opacity:0.0;opacity: 0.0;
}

/* top image of track */
#track3-top {
	position: absolute;
	width: 11px;
	height: 4px;
	background:  url('/media/scroller/scrollbar-track-top2.gif') no-repeat top left;
	filter:alpha(opacity=00);-moz-opacity:0.0;opacity: 0.0;
}

/* vertical track */
#track3 {
	position: absolute;
	width: 11px;
	height: 252px;
}

/* vertical track handle */
#handle3 {
	width: 11px;
	height: 57px;
	filter:alpha(opacity=00);-moz-opacity:0.0;opacity: 0.0;
}