	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		/*	
		width:571px;
		height:406px;	
		a definir selon le type de page dans cvz.css
		*/
		position:relative;
	}
	#scrolldiv_parentContainer{
		/*width:531px;	 Width of the scrolling text 
		a definir selon le type de page dans cvz.css
		*/
		height:100%;
		overflow:hidden;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		position:relative;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:13px;	
		background-color:black;
		position:absolute;right:0; top:0;	
		
		/*height:406px;
		a definir selon le type de page dans cvz.css
		*/	
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		/*height:406px;	 Total height - 20 pixels 
		a definir selon le type de page dans cvz.css
		*/
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:7px;
		height:7px;
		position:absolute;	
		top:0px;
		left:2px;
		cursor:pointer;
		background-color:#B9B9B9;
		position:relative;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:13px;
		height:8px;
		font-size:1px;
		line-height:1px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

