.centralConClas { position:relative; height:90px; overflow:hidden; }
.slideClas { position:absolute; top:0px; left:0; background-color:#CC3300; }
.slideClas div { position:absolute; top:0; width:220px; height:160px; display:none; }
/*
 * Optional
*/
/*		#centralClasificados { margin:0 auto; padding:10px 0; position:relative; clear:both; background-color:#FFFF00; }*/
a.vertodoClas { position:absolute; font-weight: bold; color:#333333; text-decoration: none; top:103px; right:80px; display:block; width:140px; height:auto;}
a.vertodoClas:hover { text-decoration: underline;}
a.previousClas { position:absolute; top:100px; right:30px; display:block; width:17px; padding-top:16px; height:0; overflow:hidden; background-image:url(loopedcarousel/arrowsClas.png); background-position:0 0; background-repeat:no-repeat;}
a.previousClas:hover { background-position:0 -16px }
a.nextClas { position:absolute; top:100px; right:5px; display:block; width:17px; padding-top:16px; height:0; overflow:hidden; background-image:url(loopedcarousel/arrowsClas.png); background-position:-17px 0; background-repeat:no-repeat;}
a.nextClas:hover { background-position:-17px -16px }