Index: /CKEditor/trunk/contents.css
===================================================================
--- /CKEditor/trunk/contents.css	(revision 6037)
+++ /CKEditor/trunk/contents.css	(revision 6038)
@@ -24,4 +24,6 @@
 	/* #6341: The text cursor must be set on the editor area. */
 	cursor: text;
+	/* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
+	*cursor:auto;
 }
 
