 /* Product Gallery */

ul.gallery { list-style-type: none; margin: 0; padding: 0; }

ul.gallery li { height: 190px; width: 150px; background: #fff; float: left; margin-right: 20px; margin-top: 10px;}

ul.gallery li img { margin: 10px auto; }

ul.gallery a { text-decoration: underline; }

ul.gallery div.gallery-title { font-size: 13px; text-align: center; height: 13px; }

ul.gallery div.gallery-image { vertical-align: middle; text-align: center; height: 160px; }

ul.gallery div.gallery-text { vertical-align: middle; text-align: center; font-size: 13px; height: 22px; overflow: hidden; }
