/* Start of CMSMS style sheet 'jquerytools' */
#presentacion { 
    overflow:hidden; 
    position:relative;
    height: 300px;
    width: 500px; 
} 
 
/* scrollable items */ 
#presentacion .items { 
    width:20000em; 
    clear:both; 
    position:absolute; 
} 
 
/* single scrollable item called ".page" in this setup */ 
#presentacion .page { 
    padding:20px 30px; 
    width:460px;
    height: 200px; 
    float:left; 
}

#presentacion .navi {
     text-align: center;
     font-weight: bold;
}
 
/* End of 'jquerytools' */

