@@ -24,19 +24,19 @@ background-position: center -326px; background-repeat: repeat-x; border-bottom: 1px solid #EEEEEE; } .galleryformatter-greenarrows .view-full { - background-position:center -205px; + background-position:-2px -205px; height:46px; width:46px; margin:10px; position:absolute; right:0; top:0; text-indent:-9999px; } .galleryformatter-greenarrows a:hover .view-full { - background-position: center -252px; + background-position: -2px -252px; } .galleryformatter-greenarrows .gallery-thumbs ul { list-style: none; } .galleryformatter-greenarrows .gallery-thumbs li { float: left; background: transparent none; @@ -82,15 +82,31 @@ .galleryformatter-greenarrows .gallery-thumbs .back { background-position: -4px -102px; left: 0; } +/* slideshow button */ +.galleryformatter-greenarrows .gallery-thumbs .gfslideshow { + background-position: -52px 0px; + left:46%; +} +.galleryformatter-greenarrows .gallery-thumbs .gfslideshowon { + background-position: -52px -100px; + left:46%; +} +.galleryformatter-greenarrows .gallery-thumbs .gfslideshowon:hover { + background-position: -52px -150px; + left:46%; +} +/* end slideshow button */ .galleryformatter-greenarrows .gallery-thumbs .forward:hover { background-position: 0px -52px; } .galleryformatter-greenarrows .gallery-thumbs .back:hover { background-position: -4px -156px; } +.galleryformatter-greenarrows .gallery-thumbs .gfslideshow:hover { background-position: -52px -52px; } + .galleryformatter-greenarrows .slide-button { background: transparent url(images/next-prev.png) no-repeat top left; height: 64px; width: 32px; top: 43%; @@ -107,11 +123,11 @@ } .galleryformatter-greenarrows .next-slide { background-position: top right; } .galleryformatter-greenarrows .slide-button:hover { - filter: alpha(opacity=100); + filter: alpha(opacity=100); -ms-filter: ”alpha(opacity=100)”; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }