diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css
index f238a462b4..2d662e19df 100644
--- a/dashboard-ui/css/librarybrowser.css
+++ b/dashboard-ui/css/librarybrowser.css
@@ -347,7 +347,7 @@ a.itemTag:hover {
margin-top: -30px;
}
- .itemDetailImage:hover {
+ .itemDetailGalleryLink img:hover {
-moz-box-shadow: 0 0 20px 3px #2572EB;
-webkit-box-shadow: 0 0 20px 3px #2572EB;
box-shadow: 0 0 20px 3px #2572EB;
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index 3185893e52..a6d589ddfc 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -1292,7 +1292,7 @@
var linkToGallery = LibraryBrowser.shouldDisplayGallery(item);
if (linkToGallery) {
- html += "";
+ html += "";
}
html += "
";