/*********************** SCROLLERS ***********************/
#tiendas{
 position:relative; text-align:left;
}
#tiendascontenido{ text-align:left; position:absolute; left:475px; top:25px; z-index: 1000;}
.root 		{
	height:	385px;
	width:	273px;
	z-index:10;
	clear: none;	
	background:url(../img/f-thumb_tiendas.gif);	background-repeat: repeat-y;	background-position: top right;
		}
.root p 	{
		margin:			10px 10px 5px 20px;
		}
.thumb 		{
		position:		absolute;
		height:			40px;
		width:			14px;
		left: 			10px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:	absolute;
		width:		265px; 
		height:		385px; 
		clip:		rect(0 667 200 0); 
		overflow:		hidden; 
		border-top:	0px solid #000000;
		border-left:	0px solid #000000;
		border-right:	0px solid #686262;
		border-bottom:	0px solid #686262;
		}
.scrollContent { 
		text-align:left; 
		position:	absolute; 
		text-align: left;
		float:none;
		width:	255px; 
		margin: 0px;
		padding: 0px;
		}
		
