/*Este es el div que contiene el boton "imagen anterior" */
div.galeria_nav_prev { float:left; text-align:left; width: 30px;}

/*Este es el boton "imagen anterior" */
#gal_nav_prevbtn { font-size: 11px; color: #ffffff; background-color: #666666;}

/*Este es el div que contiene el boton "imagen siguiente" */
div.galeria_nav_next { float:right; text-align:right; width: 30px;}

/*Este es el boton "imagen siguiente" */
#gal_nav_nextbtn { font-size: 11px; color: #ffffff; background-color: #666666;}

/*Este es el div que contiene los dos divs anteriores */
* div.galeria_navbar   { position:relative; width:338px; margin-top:-25px; }

/*Este es el estilo para la imagen */
img.galeria_img { border:none; }