/*********************** SCROLLERS ***********************/
.root {
	position:	relative;
	height:	300px;
	width:	515px;
	margin: 0px 0px 0px 0px;
		}
		
.root p {
		margin:			0px 0px 0px 0px;
		}
		
.thumb 	{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			15px;
		}
		
.up, .dn {
		position:		absolute;
		left: 			15px;
		}
		
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
		
.scrollContainer {
	position:		absolute;
	width:			550px;
	height:			375px;
	overflow:		auto;
	border-top:		none;
	border-left:	none;
	border-right:	none;
	border-bottom:	none;
	background: none;
	left: 35px;
		}
		
.scrollContent {
	position:	absolute;
	left:	0px;
	top:	0px;
	width:	550px;
	height: 1100px;
		}

