/*   ##mainContainer SCROLL## */

#container {

	overflow	: hidden;
	position	: absolute;
	left		: 0px;
	width		: 130px;
	height		: 470px;
	
}

#content
{
	position	: relative;
	width		: 150px;
        
}

#scrollArea {
	position	: absolute;
	left		: 128px;
	top		: 0px;
	height		: 470px;
	width		: 5px;
	overflow	: hidden;
	z-index		: 2;

}

#scroller {
	position	: absolute;
	top		:0px;
	width		: 3px;
	height		: 10px;
	background	: white;
	border		: 1px solid #777777;
	z-index		: 1;
}

#my_line {
	position	: absolute;
	border-left : 1px solid #777777;
	top		: 0px;
	height		: 470px;	
	left		: 130px;
	z-index		: 1;
}

/*   ##PROJECT THUMB SCROLL##

#thumb_scrollArea {
	position	: absolute;
	left		: 391px;
	top		: 0px;
	height		: 470px;
	width		: 5px;
	overflow	: hidden;
	z-index		: 2;

}

#thumb_scroller {
	position	: absolute;
	top		:0px;
	width		: 3px;
	height		: 10px;
	background	: white;
	border		: 1px solid #777777;
	z-index		: 1;
}

*/

#scrollArea_main {
	position	: absolute;
	left		: 393px;
	top		    : 0px;
	height		: 470px;
	width		: 5px;
	overflow	: hidden;
	z-index		: 2;

}

#scroller_main {
	position	: absolute;
	top		    : 0px;
	width		: 3px;
	height		: 10px;
	background	: white;
	border		: 1px solid #777777;
	z-index		:12;
}

#my_line_main {
	position	: absolute;
	border-left:1px solid #777777;
	top		    :  0px;
	height		: 470px;	
	left		: 395px;
	z-index		: 1;
}

#scrollArea_mainText {
	position	: absolute;
	left		: 968px;
	top		    : 372px;
	height		: 98px;
	width		: 5px;
	overflow	: hidden;
	z-index		: 2;

}

#scroller_mainText {
	position	: absolute;
	top		    : 0px;
	width		: 3px;
	height		: 10px;
	background	: white;
	border		: 1px solid #777777;
	z-index		:12;
}

#my_line_mainText {
	position	: absolute;
	border-left:1px solid #777777;
	top		    :  372px;
	height		: 98px;	
	left		: 970px;
	z-index		: 1;
}