h4 {     font-size: 1.4em;

}
#gallery   {    position: absolute; left: 175px; width: 83%;
                margin-top: 2em;

}

.figure    {       float: left;
                   width: 155px;
                   height: 170px;
                   margin: 15px 0 5px 8px;


}

.figure p  {     font: 0.95em/normal "Comic Sans", cursive;
                 text-align: center;
                 padding-bottom: 5px;
                 margin: 0 0 0 0;
                 height: 3em;
                 width: 145px
}

.photo    {   background-image: url('images/dia.gif');
              background-repeat: no-repeat;
              width: 150px;
              height: 150px;

}

.photovert    {   background-image: url('images/dia.gif');
                  background-repeat: no-repeat;
                  width: 160px;
                  height: 150px;

}

.photo img {      	border: 1px solid #666;
                    padding: 0;
                	position: relative;
                	top: 19px;
                	left: 8px;


}

.photovert img {    	border: 1px solid #666;
                    	padding: 0;
                    	position: relative;
                    	top: 11px;
                    	left: 23px;

}



