#container {
	/*position	: absolute;
	top			: 10px;
	left		: 10px;
	width		: 500px;
	height		: 200px;
	background	: #EEE;
	overflow	: hidden;
	border		: 1px solid #666;*/
	position:absolute;
	border-top		: 1px solid #666;
	border-bottom		: 1px solid #666;
	left:89px; 
	top:50px;
	width:275px;
	height:310px;
	overflow:hidden;
	z-index: 3;
}

#content {
	position: relative;
	width:255px;
	left: 0px;
}
#scroller {
	position	: absolute;
	top			: -1px;
	width		: 8px;
	background	: #cccccc;
	/*border-top	: 1px solid #333333;
	border-bottom	: 1px solid #333333;*/
	z-index: 5;
}
#scrollArea {
	position	: absolute;
	left		: 390px;
	top			: 50px;
	height		: 310px;
	width		: 8px;
	border-left  	: 1px solid #666666;
	border-top  	: 1px solid #666666;
	border-bottom  	: 1px solid #666666;
	border-right 	: 1px solid #666666;
	overflow	: hidden;
	z-index: 5;
}
