/*
-----------------------------------------------
stylesheet for photo gallery
-----------------------------------------------
*/


div#photoGallery { width: 400px; }

td > div#photoGallery { width: 316px; }

div#photoGallery > img { margin: 0pt 0pt 20px; }

div#photoGallery a {  }

div#photoGallery a.Next { display: block; float: right; }

div#photoGallery > a { cursor: pointer; }

div#photoGalleryCount { font-size: larger; font-weight: 800; margin-left: 60px; text-align: center; width: 200px; z-index: -100; }