diff -r af621f52de70 -r df9a887eae92 integration/v2/css/slideshow.css --- a/integration/v2/css/slideshow.css Fri Jun 28 12:12:57 2013 +0200 +++ b/integration/v2/css/slideshow.css Fri Jun 28 12:46:42 2013 +0200 @@ -1,9 +1,9 @@ body { - overflow: hidden; + overflow: hidden; background: #ffffff; } .slideshow-wrap { - position: absolute; left: 0; top: 0; width: 100%; height: 100%; + position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #ffffff; } .backdrop { @@ -72,4 +72,28 @@ .right-arrow .arrow { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -} \ No newline at end of file +} + +.top-controls { + position: absolute; left: 20px; top: 20px; display: none; +} + +.top-controls a { + display: block; float: left; background-image: url(../img/slideshow-controls.png); height: 57px; opacity: 0.5; +} + +.top-controls a:hover { + opacity: 1; +} + +.full-screen { + width: 55px; margin-right: 20px; +} + +.play-pause { + background-position: -55px 0; width: 48px; +} + +.play-pause.pause { + background-position: -103px 0; +}