.empleadores_scrollable {
	position:relative;
	overflow:hidden;
	width:442px;
	height:180px;
	margin-top:9px !important; 
}
.empleadores_scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.empleadores_scrollable .items div {
	float:left;
	width:442px;
}
.empleadores_scrollable .items div span{
	float:left; margin-top:20px;
	width:210px; height:150px;   font-size: 10px;
}
.empleadores_scrollable img {
	float:left;
	margin:8px 7px 10px 2px;
	background-color:#fff;
	padding:2px;	
	width:211px;
	height:148px;	
	border: 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.empleadores_scrollable .active {	
	position:relative;
	cursor:default;
}

#empleadores{
	display: block;
	width:540px;
	height:180px;
	background-image:url(box_empleadores.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	margin-left:8px;
	margin: 0; padding:0;
}
#empleadores_contenido{ 
	padding-left:15px;
}
.empleadores_navi{
	margin-left:305px;
}

.empleadores_rigth{
	float:right !important; 
	margin-right:7px !important;
}