﻿/* Thanks to http://www.spartanicus.utvinternet.ie/centered_image_gallery_with_captions.htm */

.gallery {text-align:left;}
.gallery p {display:inline;}
.gallery span {margin:0 5px 5px 5px;vertical-align:top;width:140px;display:table-cell;display:inline-table;display:inline-block; text-align:center;}
.gallery p img {margin-bottom:5px; border:0;}
.gallery a.file { background: url(/Images/photoslide_2.gif) no-repeat; width:140px; height:140px; display:block; margin: 0 auto; }
.gallery a.file:hover { background: url(/Images/photoslide_1.gif) no-repeat; width:140px; height:140px; display:block; }
.gallery a.folder { background: url(/Images/photoslide_4.gif) no-repeat; width:140px; height:140px; display:block; margin: 0 auto; }
.gallery a.folder:hover { background: url(/Images/photoslide_3.gif) no-repeat; width:140px; height:140px; display:block; }
.gallery a.file img, .gallery a.folder img { padding-top: 8px; }