/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			97px;
		width:			400px;
		background:url('/DESIGN/HONDA/images/track.jpg');
		background-repeat:no-repeat;
		}
.thumb 		{
		position:			absolute;
		height:			13px;
		width:			13px;
		left: 			10px;
		z-index:10;
		cursor:pointer;
		}
.up 	{
		position:			absolute;
		left: 			10px;
		padding-left:4px;
		margin-top:-6px;
		line-height:0px;
		font-size:0px;
		}
		
.dn 	{
		position:			absolute;
		left: 			10px;
		padding-left:4px;
		margin-top:15px;
		line-height:0px;
		font-size:0px;
		}
		
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		width:			434px; 
		height:			97px; 
		clip:			rect(0px, 467px, 200px, 0px); 
		overflow:			auto; 
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		}
