diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css
index 2348d12..da86240 100644
--- a/wp-includes/js/tinymce/wordpress.css
+++ b/wp-includes/js/tinymce/wordpress.css
@@ -79,7 +79,7 @@ pre {
 img.mceItemAnchor {
 	width: 12px;
 	height: 12px;
-	background: url(img/items.gif) no-repeat;
+	background: url(themes/advanced/skins/default/img/items.gif) no-repeat;
 }
 
 a.mceItemAnchor {
@@ -87,7 +87,7 @@ a.mceItemAnchor {
 	line-height: 6px;
 	overflow: hidden;
 	padding-left: 12px;
-	background: url(img/items.gif) no-repeat bottom left;
+	background: url(themes/advanced/skins/default/img/items.gif) no-repeat bottom left;
 }
 
 .mceIEcenter {

