dl.gallery {}

dl.gallery dd {float:left;}
dl.gallery {margin:0;padding:0;}
dl.gallery:after {
	display		: block; 
    visibility  : hidden;
    content		: "."; 
   	height		: 0; 
    clear       : both;
    }

dl.gallery {
   	clear       : both; /* per Gecko */
    height		: 1%; /* per IE */
	}

dl.gallery dd {float:left;padding:0 5px 0 5px;margin:0;width:130px;height:160px;}
dl.gallery dd {font-size:0.9em;}

dl.gallery dd img{border:1px solid #CCC; margin:0 10px 0 0;padding:6px; background:url("../images/bg_foto.jpg") repeat-x right bottom;}

