--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/integration/v2/css/slideshow.css Tue Jun 18 17:04:26 2013 +0200
@@ -0,0 +1,59 @@
+.slideshow-wrap, .imagezone {
+ position: absolute; left: 0; top: 0; width: 100%; height: 100%;
+}
+
+.caption-wrap {
+ position: absolute; left: 50px; right: 50px; bottom: 50px;
+}
+
+.caption {
+ font-family: "Lato"; width: 480px; max-width: 100%;
+ background: #ffffff;
+ padding: 16px 0; margin: 0;
+}
+
+.caption h2 {
+ font-size: 18px; font-weight: bold; margin: 0; padding: 0 20px 5px;
+}
+
+.caption h3 {
+ font-size: 18px; font-style: italic; margin: 0; border-bottom: 1px solid #cccccc; padding: 0 20px 5px;
+}
+
+.caption p {
+ margin: 10px 20px 0; padding: 0; font-size: 16px; font-style: italic;
+}
+
+.arrow-wrap {
+ box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); width: 78px; height: 78px;
+ position: absolute; top: 50%; margin-top: -39px;
+ background: #fff; cursor: pointer; border-radius: 39px; display: none;
+}
+
+.left-arrow {
+ left: 20px;
+}
+
+.right-arrow {
+ right: 20px;
+}
+
+.arrow-wrap:hover {
+ background: #e0e0e0;
+}
+
+.arrow-wrap:active {
+ background: #666666;
+}
+
+.arrow {
+ width: 78px; height: 78px; display: block; background: url(../img/home-arrow.png) center 30px no-repeat;
+}
+
+.left-arrow .arrow {
+ transform: rotate(90deg); -webkit-transform: rotate(90deg);
+}
+
+.right-arrow .arrow {
+ transform: rotate(-90deg); -webkit-transform: rotate(-90deg);
+}
\ No newline at end of file