/* CSS Document */
.Container {
	width: 175px;
	height: 280px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 175px;
	height: 280px;
}

.Scroller-Container {
	position: absolute;
}
#Scrollbar-Container {
	position: static;
	top: 12px; left: 190px;
}
.Scrollbar-Track {
	width: 11px; height: 250px;
	position: relative;
	top: 0px; left: 0px;
	background: transparent url(/common/images/rightcol/scrollbar_track.gif) repeat-y center center;
}
.Scrollbar-Handle {
	position: relative;
	width: 11px; height: 50px;
}
#index_backguraund {
	width:100%;
	height:250px;
	background:url(/common/images/rightcol/hd_bg.jpg) repeat-x;
}