Index: public/stylesheets/themes/alphacube.css
===================================================================
--- public/stylesheets/themes/alphacube.css	(revision 1001)
+++ public/stylesheets/themes/alphacube.css	(working copy)
@@ -147,4 +147,44 @@
 	opacity: 0.6;	
 }
 
+.alphacube_arrow_up { 
+  position:absolute;
+  top:-24px;
+  left:50%;
+  margin-left:-23px; /* so that image is in center */
+  background: url(alphacube/arrow-up.png) no-repeat center;
+  width:45px;
+  height:29px;
+}
 
+.alphacube_arrow_down { 
+  position:absolute;
+  top:100%;
+  left:50%;
+  margin-left:-23px; /* so that image is in center */
+  margin-top:-6px; /* so that image is moved up */
+  background: url(alphacube/arrow-down.png) no-repeat center;
+  width:45px;
+  height:29px;
+}
+
+.alphacube_arrow_left { 
+  position:absolute;
+  top:50%;
+  left:-23px;
+  margin-top:-23px; /* so that image is in center */
+  background: url(alphacube/arrow-left.png) no-repeat center;
+  width:29px;
+  height:45px;
+}
+
+
+.alphacube_arrow_right { 
+  position:absolute;
+  top:50%;
+  right:-23px;
+  margin-top:-23px; /* so that image is in center */
+  background: url(alphacube/arrow-right.png) no-repeat center;
+  width:29px;
+  height:45px;
+}
