/**********This is scroll bar area********/
#scroller{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: relative;
	top: 0;
	width: 8px;
	height: 113px;
	overflow: visible;
	visibility: visible;
	max-height: 113;
}

/**********This is scroll bar parameters********/
#scrollContent {
	float: left;
	width: 620px;
	position: relative;
	left: 1px;
	visibility: visible;
}

#scrollArea 
{
	background-color: #2e2e2e;
	height: 620px;
	width: 8px;
	overflow: visible;
	visibility: visible;
	float: right;
	margin-right: 20px;
	border: 1px inset #999999;
}

#scroll_container {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 556px;
	height: 620px;
	overflow: hidden;
	visibility: visible;
	position: relative;
	left: 2px;
	top: 0px;
	float: left;
	padding-left: 10px;
}
