Index: /CKEditor/branches/versions/3.4.x/_samples/output_for_flash.html
===================================================================
--- /CKEditor/branches/versions/3.4.x/_samples/output_for_flash.html	(revision 6038)
+++ /CKEditor/branches/versions/3.4.x/_samples/output_for_flash.html	(revision 6039)
@@ -218,5 +218,5 @@
 						{
 							// Get the align from the style.
-							match = /(?:^|\s)text-align\s*:\s*(\w*);/i.exec( style );
+							match = /(?:^|\s)text-align\s*:\s*(\w*);?/i.exec( style );
 							align = match && match[1];
 
Index: /CKEditor/branches/versions/3.4.x/contents.css
===================================================================
--- /CKEditor/branches/versions/3.4.x/contents.css	(revision 6038)
+++ /CKEditor/branches/versions/3.4.x/contents.css	(revision 6039)
@@ -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;
 }
 
