
#photogallery {width: 100%; height: auto; float: left;}
#photogallery A {width: auto; height: auto; float: left; margin-right: 12px; margin-bottom: 12px;}
#photogallery IMG {width: 276px; float: left; box-sizing: border-box; *border: 10px solid #a5c61f; *border-radius: 10px;}
#photogallery A:nth-child(4n+4) {margin-right: 0;}




#filegallery {width: 100%; height: auto; float: left; margin: 0 0 30px;}
#filegallery A {color: #302a2e; text-decoration: none;}
#filegallery A:HOVER {color: #a5c61f; text-decoration: underline;}
#filegallery .row {width: 100%; float: left; margin: 5px 0;}
#filegallery .row .icon {width: 70px; float: left;}
#filegallery .row .name {width: auto; float: left; padding: 12px 0 0 0;}