/*********************** SCROLLERS ***********************/
#content .root 	{
		z-index:		10;
		position:		relative;
		height:			520px;
		width:			560px;
		margin: 		0px 0px 0px 0px;
		}
#content .root p 	{
		margin:			0px 0px 0px 0px;
		}
#content .thumb 	{
		position:		absolute;
		cursor:			hand;
		margin:			0px 0px 0px -463px;
		z-index:		100;
		}
#content .up{
		position:		absolute;
		margin:			0 0 0 10px;
		width:			15px;
		height:			8px;
		z-index:		100;
		}
#content .dn {
		position:		absolute;
		margin:			500px 0 0 10px;
		width:			15px;
		height:			8px;
		z-index:		100;
		}
#content .up a		{	border:	0;	}
#content .up a img	{	border:	0;	}
#content .dn a		{	border:	0;	}
#content .dn a img	{	border:	0;	}
#content .thumb a	{	border:	0;	height:30px;}
#content .thumb a img	{	border:	0;	}
#content .scrollContainer { 
		position:		absolute; 
		left:			46px; 
		top:			0px; 
		width:			540px; 
		height:			520px; 
		clip:			rect(0 540 200 0); 
		overflow:		hidden; 
		}
#content .scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			440px; 
		text-align:		justify;
		}
/********************************** menu galeria **********************************/
#galeria .root 	{
		z-index:		10;
		position:		relative;
		height:			330px;
		width:			265px;
		margin: 		0px 0px 0px 80px;
		}
#galeria .root p 	{
		margin:			0px 0px 0px 0px;
		}
#galeria .thumb 	{
		position:		absolute;
		cursor:			hand;
		margin:			0 0 0 -57px;
		
		}
#galeria .up{
		position:		absolute;
		margin:			0 0 0 240px;
		width:			15px;
		height:			8px;
		}
#galeria  .dn {
		position:		absolute;
		margin:			300px 0 0 240px;
		width:			15px;
		height:			8px;
		z-index:		1;
		}
#galeria .up a 		{ border:0;}
#galeria .up a img 	{ border:0;} 
#galeria .dn a 		{ border:0;}
#galeria .dn a img 	{ border:0;}
#galeria .thumb a 	{ border:0; margin:0 0 0 -37px;}

#galeria .thumb a img{ border:0;}
#galeria .scrollContainer { 
		position:		absolute; 
		left:			2px; 
		top:			0px; 
		width:			235px; 
		height:			300px; 
		clip:			rect(0 240 300 0); 
		overflow:		hidden; 
		}
#galeria .scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			233px; 
		text-align:		justify;
		}
