diff -r 74ac0be7655c -r c20df1c080e6 src/widgets/AnnotationsList.css --- a/src/widgets/AnnotationsList.css Fri Feb 13 16:48:05 2015 +0100 +++ b/src/widgets/AnnotationsList.css Fri Feb 13 16:57:53 2015 +0100 @@ -106,4 +106,12 @@ .Ldt-AnnotationsList-Play:hover { background-position: 0 bottom; -} \ No newline at end of file +} + +.Ldt-AnnotationsList-Control-Prev { + cursor: url(img/hand_left.png), pointer; +} + +.Ldt-AnnotationsList-Control-Next { + cursor: url(img/hand_right.png), pointer; +}