/*********************** SCROLLERS ***********************/
#capa-empleo{ padding:20px 0 0 525px; text-align:left; margin:0 auto;}

.root 		{
	position:relative;
	margin: 0 auto;
	z-index:10;
	clear: none;
	width:auto;


		}
.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;
		top:			40px; 
		width:			380px; 
		height:			350px; 
		overflow:		hidden; 

		}
.scrollContent { 
		text-align:left; 
		position:absolute; 
		margin: 0px;
		padding: 0px;
		}
		
