Index: ssts-web/src/main/webapp/common/imgAndVideo.css =================================================================== diff -u -r30460 -r30466 --- ssts-web/src/main/webapp/common/imgAndVideo.css (.../imgAndVideo.css) (revision 30460) +++ ssts-web/src/main/webapp/common/imgAndVideo.css (.../imgAndVideo.css) (revision 30466) @@ -80,19 +80,32 @@ background:url(../images/web/remove.png) no-repeat; position: absolute; top: 0px; - right: -31px; + right: -31px; + display: none } .spotlight_parent .model span.downloadOriginal{ top: 45px; right: 3px; width:32px; height: 32px; background:url(../images/web/down.png) no-repeat; + display: none } -.spotlight_parent:hover .model.on{ +.spotlight_parent:hover .model{ display:block; cursor: pointer; } +.spotlight_parent .model.on span { + display: block; +} +.spotlight_parent .model span.downloadOriginal{ + top: 10px; + display: block; +} +.spotlight_parent .model.on .downloadOriginal{ + top: 45px; + display: block; +} .camera_wrapper{ width: 100%; /* margin: 0px auto; */