/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			115px;
		width:			1000;
/*		margin: 		0 auto;		*/
		background:     #61142e;
		 /*border-top: 1px solid;*/
		border-top: 1px solid #8B1D42;
    border-bottom: 1px solid #8B1D42;
		}
/*.root p 	{
		margin:			10px 10px 5px 10px;
		}
*/
.thumb 		{
		position:			absolute;
		height:			1px;
		width:			1px;
/*		left: 			10px;*/
		}
.up, .dn 	{
		position:			absolute;
		 background:     #61142e;
		height:80px;
/*		left: 			10px;*/
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			0px; 
		width:			auto; 
		height:			115px; 
		clip:			rect(0 500 120 0); 
		overflow:			auto; 
		/*border-top:		2px solid #acaba2;
		border-left:		2px solid #acaba2;
		border-right:		2px solid #acaba2;
		border-bottom:		2px solid #acaba2;*/
		background:		#61142e;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		text-align:left;
		height:115px;
/*		width:			100px; */
		background:     #61142e;
		}
