/*********************** SCROLLERS ***********************/
.root 		{ position:relative; height:			200px; width:			367px; margin: 			0 0 8px 7px; }
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{ position:			absolute; left: 			10px; }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{ border-style: none; border-width: 0; }
.scrollContainer { background: #ccc; position:			absolute; left:			2px; top:			10px; width:			336px; height:			200px; overflow:			auto; }
.scrollContent { position:			absolute; left:			0; top:			0; width:			320px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; background-color: #ccc; text-decoration: none; }

