/* CSS Document */
a.browseclientes {
	display:block;
	width:6px;
	height:12px;
	float:left;	
	cursor:pointer;
	font-size:1px;
}


a.rightclientes	{ 
    background: url(../img/comunes/adelante.gif) no-repeat;
    margin-top:50px;
    margin-left:16px;
}
a.leftclientes { 
    background: url(../img/comunes/atras.gif) no-repeat;
    margin-top:50px;
    margin-left:0px;
    margin-right:16px;
    
} 
.carruselclientes {

	/* required settings */
	position:relative;
	overflow:hidden;
	margin-top:28px;
	width: 535px;
	height:56px;	
	float:left;
	
}

.carruselclientes .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:535px;
}

/* single scrollable item */
.carruselclientes img {
	float:left;
	margin:0px 9px 0px 9px;	
	width:89px;
	height:56px;	
}
a.disabled {
	visibility:hidden !important;		
}
/*** fin scroll carrusel ***/