/*********************** SCROLLERS ***********************/
.root 		{
		position:		relative;
		width:			490px;
		height:			265px;
		margin: 		0;
		background:		url('../images/line.gif') 474px 21px no-repeat;
		}
#page-products .root {
	width: 500px;
	background-position: 494px 21px;
}
.thumb 		{
		position:		absolute;
		height:			14px;
		width:			14px;
		left: 			-10px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			0; 
		top:			0; 
		width:			480px; 
		height:			265px; 
		clip:			rect(0 480 265 0); 
		overflow:		auto; 
		border:			0;
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			480px; 
		}
