/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			245px;
		width:			245px;
		margin: 		120px 115px;		
		}

.thumb 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			5px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			5px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		
		width:			230px; 
		height:			300px; 
		overflow:		auto; 
		overflow:		hidden;

		}
.scrollContent {  
		width:			230px; 
		}
