updated CSS for SDK intro
diff --git a/platform/org.eclipse.platform/css/graphics/obj_48/community_obj.gif b/platform/org.eclipse.platform/css/graphics/obj_48/community_obj.gif
new file mode 100644
index 0000000..5431877
--- /dev/null
+++ b/platform/org.eclipse.platform/css/graphics/obj_48/community_obj.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/obj_48/hovcommunity_obj.gif b/platform/org.eclipse.platform/css/graphics/obj_48/hovcommunity_obj.gif
new file mode 100644
index 0000000..3db2103
--- /dev/null
+++ b/platform/org.eclipse.platform/css/graphics/obj_48/hovcommunity_obj.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/obj_48/hovnoteworthy_obj.gif b/platform/org.eclipse.platform/css/graphics/obj_48/hovnoteworthy_obj.gif
new file mode 100644
index 0000000..a7c0530
--- /dev/null
+++ b/platform/org.eclipse.platform/css/graphics/obj_48/hovnoteworthy_obj.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/obj_48/hovupdates_obj.gif b/platform/org.eclipse.platform/css/graphics/obj_48/hovupdates_obj.gif
new file mode 100644
index 0000000..bf02527
--- /dev/null
+++ b/platform/org.eclipse.platform/css/graphics/obj_48/hovupdates_obj.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/obj_48/noteworthy_obj.gif b/platform/org.eclipse.platform/css/graphics/obj_48/noteworthy_obj.gif
new file mode 100644
index 0000000..b2e9922
--- /dev/null
+++ b/platform/org.eclipse.platform/css/graphics/obj_48/noteworthy_obj.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/obj_48/updates_obj.gif b/platform/org.eclipse.platform/css/graphics/obj_48/updates_obj.gif
new file mode 100644
index 0000000..009a3c5
--- /dev/null
+++ b/platform/org.eclipse.platform/css/graphics/obj_48/updates_obj.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/watermark/examples_wmk.gif b/platform/org.eclipse.platform/css/graphics/watermark/examples_wmk.gif
index 0a26182..ec69099 100644
--- a/platform/org.eclipse.platform/css/graphics/watermark/examples_wmk.gif
+++ b/platform/org.eclipse.platform/css/graphics/watermark/examples_wmk.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/watermark/overview_wmk.gif b/platform/org.eclipse.platform/css/graphics/watermark/overview_wmk.gif
index b127eba..9ca8112 100644
--- a/platform/org.eclipse.platform/css/graphics/watermark/overview_wmk.gif
+++ b/platform/org.eclipse.platform/css/graphics/watermark/overview_wmk.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/watermark/tutorials_wmk.gif b/platform/org.eclipse.platform/css/graphics/watermark/tutorials_wmk.gif
index 3ac6882..103a51c 100644
--- a/platform/org.eclipse.platform/css/graphics/watermark/tutorials_wmk.gif
+++ b/platform/org.eclipse.platform/css/graphics/watermark/tutorials_wmk.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/graphics/watermark/whatsnew_wmk.gif b/platform/org.eclipse.platform/css/graphics/watermark/whatsnew_wmk.gif
index 792114b..58ef15c 100644
--- a/platform/org.eclipse.platform/css/graphics/watermark/whatsnew_wmk.gif
+++ b/platform/org.eclipse.platform/css/graphics/watermark/whatsnew_wmk.gif
Binary files differ
diff --git a/platform/org.eclipse.platform/css/overview/overview.css b/platform/org.eclipse.platform/css/overview/overview.css
index cb84f8e..e843b63 100644
--- a/platform/org.eclipse.platform/css/overview/overview.css
+++ b/platform/org.eclipse.platform/css/overview/overview.css
@@ -12,17 +12,17 @@
  * that are centered in the middle of the page.

  */

 #overview-links {

-	width : 820px;

+	width : 800px;

 	height : 200px;

 	position : relative;

 	left : 50%;

-	margin-left : -425px;

+	margin-left : -400px;

 	top : -50px;

 }

 

 #overview-links a { 

 	height : 80px; 

-	width : 400px;

+	width : 390px;

 	text-align : left; 

 	margin-left : 10px;

 	float : left;

diff --git a/platform/org.eclipse.platform/css/root.css b/platform/org.eclipse.platform/css/root.css
index 96a2bc8..db6dd24 100644
--- a/platform/org.eclipse.platform/css/root.css
+++ b/platform/org.eclipse.platform/css/root.css
@@ -123,7 +123,7 @@
 a#news { left : 245px;}

 a#news img { background-image : url(graphics/obj_64/whatsnew_obj.gif); }

 a#news:hover img { background-image : url(graphics/obj_64/hovwhatsnew_obj.gif); }

-a#news:hover p .text { left : -245px; }

+a#news:hover p .text { left : -220px; width : 240px; }

 

 a#workbench { 

 	position : absolute; 

diff --git a/platform/org.eclipse.platform/css/whatsnew/whatsnew.css b/platform/org.eclipse.platform/css/whatsnew/whatsnew.css
index ea22d6f..51f577d 100644
--- a/platform/org.eclipse.platform/css/whatsnew/whatsnew.css
+++ b/platform/org.eclipse.platform/css/whatsnew/whatsnew.css
@@ -52,19 +52,19 @@
 

 div#page-links a:hover { border-right : 5px; }

 

-a#new-and-noteworthy img { background-image : url(../graphics/obj_48/whatsnew_obj.gif); }

-a#new-and-noteworthy:hover img { background-image : url(../graphics/obj_48/hovwhatsnew_obj.gif); }

+a#new-and-noteworthy img { background-image : url(../graphics/obj_48/noteworthy_obj.gif); }

+a#new-and-noteworthy:hover img { background-image : url(../graphics/obj_48/hovnoteworthy_obj.gif); }

 

 a#migration { left : 400px; }

 a#migration img { background-image : url(../graphics/obj_48/migrate_obj.gif); }

 a#migration:hover img { background-image : url(../graphics/obj_48/hovmigrate_obj.gif); }

 

 a#updates { top : 80px; }

-a#updates img { background-image : url(../graphics/obj_48/whatsnew_obj.gif); }

-a#updates:hover img { background-image : url(../graphics/obj_48/hovwhatsnew_obj.gif); }

+a#updates img { background-image : url(../graphics/obj_48/updates_obj.gif); }

+a#updates:hover img { background-image : url(../graphics/obj_48/hovupdates_obj.gif); }

 

 a#eclipse { top : 80px; left : 400px;}

-a#eclipse img { background-image : url(../graphics/obj_48/whatsnew_obj.gif); }

-a#eclipse:hover img { background-image : url(../graphics/obj_48/hovwhatsnew_obj.gif); }

+a#eclipse img { background-image : url(../graphics/obj_48/community_obj.gif); }

+a#eclipse:hover img { background-image : url(../graphics/obj_48/hovcommunity_obj.gif); }