#scrollbar {
	position			: relative;
	top					: 0;
	left				: 0;
	
	
}

#container {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	/* ajustar (ou não)*/
	width				: 228px;
	height				: 420px;
	overflow: hidden;
	margin:20px 0 0 0;
}

#content {
	position			: relative;
	width				: 100%;
	left				: 0px;
	overflow: hidden;
	
	
}



#scrollArea {
	position			: relative;
	
	left				: 0;
	top					: 40px;
	height				: 200px;
	width				: 20px;
	background			: url(../img/scrollbar_background.gif) ;
	background-repeat	: repeat-y;
	background-position : 5px 0;
	overflow			: hidden;
	display				: ;
	
	
}

#scroller {
	position			: absolute;
	top					: 0px;
	cursor				: hand;
	cursor				: pointer;
}
