/* ==========================================================================   Project: 	Photo Gallery Plugin   Changes:		07/29/13 - File updated   Created by:	Third Wave Digital (www.thirdwavedigital.com)   ========================================================================== *//* ========================================================================== 	Photo Gallery    ========================================================================== */   #fancybox-thumbs,#fancybox-buttons { z-index: 11000; }.fancybox-wrap {overflow: visible !important;}#photo-gallery { border-collapse: collapse;width: 100%;}#photo-gallery td { width: 25%; vertical-align: top; text-align: center; padding: 0px 10px 10px 10px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}#photo-gallery td:hover {background: #f1f1f1;}#photo-gallery a { display: block; }#photo-gallery h3 {margin: 20px 0px 10px 0px;font-size: 16px;}#photo-gallery img {-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.35);-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.35);box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.35); max-height: 100px; width: auto;}