<!-- FEATURE LIGHTBOX -->                       
                        #gallery-feature {
                            
                            padding: 5px;
                            width: 200px;
                        }
                        #gallery-feature ul { list-style: none; }
                        #gallery-feature ul li { display: inline; }
                        #gallery-feature ul img {
                            border: 1px solid #3e3e3e;
                            border-width: 1px 1px 1px;
                        }
                        #gallery-feature ul a:hover img {
                            border: 1px solid #fff;
                            border-width: 1px 1px 1px;
                            color: #fff;
                        }
                        #gallery-feature ul a:hover { color: #fff; }
                        #gallery-feature a{
                        text-decoration: none;
                        }
<!-- REVIEW LIGHT BOX -->
						#gallery-review {
                            
                            padding: 5px;
                            width: 200px;
                        }
                        #gallery-review ul { list-style: none; }
                        #gallery-review ul li { display: inline; }
                        #gallery-review ul img {
                            border: 1px solid #3e3e3e;
                            border-width: 1px 1px 1px;
                        }
                        #gallery-review ul a:hover img {
                            border: 1px solid #fff;
                            border-width: 1px 1px 1px;
                            color: #fff;
                        }
                        #gallery-review ul a:hover { color: #fff; }
                        #gallery-review a{
                        text-decoration: none;
                        }