/*********************** SCROLLERS ***********************/
/*.root 		{
		position:relative;
		height:			200px;
		width:			489px;
		}*/
.root{
	position:relative;
	height:183px;
	/*width:358px;
	margin:25px;*/
	width:170px;
	margin:0 0 5px;
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
}
.thumb 		{
		position:		absolute;
/*		background:		#F2F2F2;	*/
		}
/*.up, .dn 	{
		/*position:		absolute;*/
		/*left: 			7px;
		}*/
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		width:			300px; 
		height:			180px; 
		clip:			rect(0, 467px, 200px, 0); 
		overflow:		auto; 
		/*border-top:		2px solid #f2f2f2;
		border-left:	2px solid #f2f2f2;
		border-right:	2px solid #f2f2f2;
		border-bottom:	2px solid #f2f2f2;*/
		background:		#FFF;
		}
.scrollContent { 
		position:		relative; 
	/*	float:left;*/
		width:			300px; 
		}

