﻿/* photogallery.css */

/* Style for tables of thumbnail images */
table.thumbs{
text-align: center;
border-collapse: collapse;
margin:auto;

}

/* Style for table cells that contain thumbnails */
td.thumbs{
border: solid 0px #552b85;
padding: 10px;
background-color:#fff;
}

/* Style for thumbnail images */
img.thumbs{
width: 100px;
/*height:80px;*/
border:3px solid #552b85;


} 
