#scrollingWindow {
	position: absolute; 
	top: 136px;
	left: 548px;
	width: 372px;
	height: 430px;
}

#scrollingContents {
		position: absolute;
		width: 350px;
		height: 430px;
		overflow: hidden;
}

#scrollingWindow .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	height: auto;
}

#scrollbarArea {
	position: absolute;
	left: 358px;
	height: 430px;
}

#scrollingWindow .Scrollbar-Track, #scrollingWindow .Scrollbar-Track-Pressed {
		width: 13px;
		height: 430px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: transparent url(../media/images/scrollTrack.gif) top left no-repeat;
}


#scrollingWindow .Scrollbar-Handle, #scrollingWindow .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 13px;
	height: 51px;
	background-repeat: no-repeat;
	cursor: pointer;
	background: transparent url(../media/images/scrollHandle.gif) top left no-repeat;
}

