#container {
	position	: absolute;
	top		: 191px;
	left		: 416px;
	width		: 323px;
	height	: 360px;
	background: #EAEAEA;
	overflow	: hidden;
	border		: 0px solid #666;
}

#content {
	position	: relative;
	width		: 320px;
	left		: 0px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	left		: 740px;
	top			: 191px;
	height		: 359px;
	width		: 15px;
	border		: 0px solid #666;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: 0px;
	width		: 15px;

	background	: #AAA;
	border-top	: 1px solid #BF081B;
	border-bottom	: 1px solid #BF081B;
	background-image: url(images/common/season_scroll_arrows.gif);
	background-repeat: no-repeat;
	background-position: center;

}
