	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:500px;	/* The height of the scrolling div */
	
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-size: 0.9em;
		line-height:130%;
		color: #FFFFFF;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		
		position:relative;
		background-image:url(../img_layout/deg_rolagem.gif);
		
	}

	#teste_canto {
		width:15px;
		height:3px;
		position:relative;
		margin:0px 0px 0px 0px;
		background-image:url(../img_layout/rolagem_top.gif); }

	#teste_canto2 {
		width:15px;
		height:3px;
		position:relative;
		margin:0px 0px 0px 0px;
		background-image:url(../img_layout/rolagem_bottom.gif); }


	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:14px;
		height:49px;
		position:absolute;	
		top:0px;
		left:0px;
	}
	#scrolldiv_theScroll a{
		width:14px;
		height:49px;
		position:absolute;	
		background-image:url(../img_layout/barra_rolagem.gif);
		cursor:pointer;
	}
	#scrolldiv_theScroll a:hover{
		width:14px;
		height:49px;
		background-image:url(../img_layout/barra_rolagem_over.gif);
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		cursor:pointer;
		margin: 0px;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}