/*********************** SCROLLERS ***********************/
.root 		{
		position:absolute;
		height:			320px;
		width:			120px;
		margin:140px 0 0 30px !important;
		margin:0px 0 0 30px;
		clear:both;
		}
.root p 	{
	margin:			10px 10px 5px 0px;
		}
.thumb 		{display:none;
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			100px;
		}
.dn 		{
		margin:-115px 0 0 0;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			350px !important; 
		width:380px;
		height:			400px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto; 
		margin:0; /* funciona en todos */
		*margin: -135px 0 0 0; /* funciona tanto en IE6 como 7 */
		_margin: 0; /* funciona sólo en IE6 y no en IE7 */
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			350px !important; 
		width:380px;
		}