diff --git a/widgetstyles/postitFace/css/widgetBoxStyle.css b/widgetstyles/postitFace/css/widgetBoxStyle.css
deleted file mode 100644
index 963415ca1..000000000
--- a/widgetstyles/postitFace/css/widgetBoxStyle.css
+++ /dev/null
@@ -1,68 +0,0 @@
-@charset "utf-8";
-/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
-
-.widgetBoxContainer{ position:relative;}
-
-.widgetBox{ position:relative;}
-.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;}
-.widgetBox .widgetContainer{ position:relative; z-index:10;}
-.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}
-.widgetBox .widgetMore img{ border:0;}
-.widgetBox .rcContainer{ display:block; width:100%; font-size:0; line-height:0; z-index:1; *zoom:1;}
-.widgetBox .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;}
-.widgetBox .rcTop .tl{ top:0;}
-.widgetBox .rcTop .tr{ top:0;}
-.widgetBox .rcBottom .bl{ top:0;}
-.widgetBox .rcBottom .br{ top:0;}
-
-.widgetBoxIyellow{ padding-top:50px;}
-.widgetBoxIyellow .widgetBox{ background:#fdf59b; padding-top:10px; padding-bottom:5px;}
-.widgetBoxIyellow .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; margin-top:-50px !important; margin-bottom:50px !important;}
-.widgetBoxIyellow .widgetContainer{ margin-top:-50px;}
-.widgetBoxIyellow .widgetMore{ top:-31px; right:50px;}
-.widgetBoxIyellow .rcContainer{ position:absolute;}
-.widgetBoxIyellow .rcTop{ top:-50px; height:50px;}
-.widgetBoxIyellow .rcBottom{ display:none !important;}
-.widgetBoxIyellow .rc { width:50%; background-image:url(../img/widgetBoxIyellow.png); _background-image:url(../img/widgetBoxIyellow.gif); background-repeat:no-repeat;}
-.widgetBoxIyellow .rcTop .rc{ height:50px;}
-.widgetBoxIyellow .rcTop .tl{ background-position:0 0;}
-.widgetBoxIyellow .rcTop .tr{ background-position:right 0; left:50%; *left:auto; _left:50%; right:auto; *right:0; _right:auto;}
-
-.widgetBoxIred{ padding-top:50px;}
-.widgetBoxIred .widgetBox{ background:#fd9bda; padding-top:10px; padding-bottom:5px;}
-.widgetBoxIred .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; margin-top:-50px !important; margin-bottom:50px !important;}
-.widgetBoxIred .widgetContainer{ margin-top:-50px;}
-.widgetBoxIred .widgetMore{ top:-31px; right:50px;}
-.widgetBoxIred .rcContainer{ position:absolute;}
-.widgetBoxIred .rcTop{ top:-50px; height:50px;}
-.widgetBoxIred .rcBottom{ display:none !important;}
-.widgetBoxIred .rc { width:50%; background-image:url(../img/widgetBoxIred.png); _background-image:url(../img/widgetBoxIred.gif); background-repeat:no-repeat;}
-.widgetBoxIred .rcTop .rc{ height:50px;}
-.widgetBoxIred .rcTop .tl{ background-position:0 0;}
-.widgetBoxIred .rcTop .tr{ background-position:right 0; left:50%; *left:auto; _left:50%; right:auto; *right:0; _right:auto;}
-
-.widgetBoxIgreen{ padding-top:50px;}
-.widgetBoxIgreen .widgetBox{ background:#9bfda3; padding-top:10px; padding-bottom:5px;}
-.widgetBoxIgreen .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; margin-top:-50px !important; margin-bottom:50px !important;}
-.widgetBoxIgreen .widgetContainer{ margin-top:-50px;}
-.widgetBoxIgreen .widgetMore{ top:-31px; right:50px;}
-.widgetBoxIgreen .rcContainer{ position:absolute;}
-.widgetBoxIgreen .rcTop{ top:-50px; height:50px;}
-.widgetBoxIgreen .rcBottom{ display:none !important;}
-.widgetBoxIgreen .rc { width:50%; background-image:url(../img/widgetBoxIgreen.png); _background-image:url(../img/widgetBoxIgreen.gif); background-repeat:no-repeat;}
-.widgetBoxIgreen .rcTop .rc{ height:50px;}
-.widgetBoxIgreen .rcTop .tl{ background-position:0 0;}
-.widgetBoxIgreen .rcTop .tr{ background-position:right 0; left:50%; *left:auto; _left:50%; right:auto; *right:0; _right:auto;}
-
-.widgetBoxIblue{ padding-top:50px;}
-.widgetBoxIblue .widgetBox{ background:#9bf4fd; padding-top:10px; padding-bottom:5px;}
-.widgetBoxIblue .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; margin-top:-50px !important; margin-bottom:50px !important;}
-.widgetBoxIblue .widgetContainer{ margin-top:-50px;}
-.widgetBoxIblue .widgetMore{ top:-31px; right:50px;}
-.widgetBoxIblue .rcContainer{ position:absolute;}
-.widgetBoxIblue .rcTop{ top:-50px; height:50px;}
-.widgetBoxIblue .rcBottom{ display:none !important;}
-.widgetBoxIblue .rc { width:50%; background-image:url(../img/widgetBoxIblue.png); _background-image:url(../img/widgetBoxIblue.gif); background-repeat:no-repeat;}
-.widgetBoxIblue .rcTop .rc{ height:50px;}
-.widgetBoxIblue .rcTop .tl{ background-position:0 0;}
-.widgetBoxIblue .rcTop .tr{ background-position:right 0; left:50%; *left:auto; _left:50%; right:auto; *right:0; _right:auto;}
diff --git a/widgetstyles/postitFace/img/widgetBoxIblue.gif b/widgetstyles/postitFace/img/widgetBoxIblue.gif
deleted file mode 100644
index f45bfdf38..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIblue.gif and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIblue.png b/widgetstyles/postitFace/img/widgetBoxIblue.png
deleted file mode 100644
index a80d4f3b3..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIblue.png and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIgreen.gif b/widgetstyles/postitFace/img/widgetBoxIgreen.gif
deleted file mode 100644
index b6354e7b6..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIgreen.gif and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIgreen.png b/widgetstyles/postitFace/img/widgetBoxIgreen.png
deleted file mode 100644
index 5ede15e69..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIgreen.png and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIred.gif b/widgetstyles/postitFace/img/widgetBoxIred.gif
deleted file mode 100644
index 5c5d514f0..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIred.gif and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIred.png b/widgetstyles/postitFace/img/widgetBoxIred.png
deleted file mode 100644
index 4e1f83c02..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIred.png and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIyellow.gif b/widgetstyles/postitFace/img/widgetBoxIyellow.gif
deleted file mode 100644
index e3770f3d1..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIyellow.gif and /dev/null differ
diff --git a/widgetstyles/postitFace/img/widgetBoxIyellow.png b/widgetstyles/postitFace/img/widgetBoxIyellow.png
deleted file mode 100644
index 834d5d698..000000000
Binary files a/widgetstyles/postitFace/img/widgetBoxIyellow.png and /dev/null differ
diff --git a/widgetstyles/postitFace/preview.gif b/widgetstyles/postitFace/preview.gif
deleted file mode 100644
index 8e596a1f1..000000000
Binary files a/widgetstyles/postitFace/preview.gif and /dev/null differ
diff --git a/widgetstyles/postitFace/skin.xml b/widgetstyles/postitFace/skin.xml
deleted file mode 100644
index 9a87ab825..000000000
--- a/widgetstyles/postitFace/skin.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
- 포스트잇 페이스
- 留言樣式
- 메모지 처럼 꾸며진 위젯스타일 입니다.
- 可變換多種留言外框的控件樣式。
- 0.1
- 2009-03-10
- preview.gif
-
- sol
- sol
- sol
- sol
- sol
- sol
-
-
-
-
- 스타일
- 樣式
-
- widgetBoxIyellow
- 노랑
- 黃色
-
-
- widgetBoxIred
- 빨강
-
-
- widgetBoxIgreen
- 초록
-
-
- widgetBoxIblue
- 파랑
-
-
-
- 제목
- 栏目图片
- 標題圖片
- 제목 이미지를 등록합니다.
- 栏目名可以使用图片。
- 可使用圖片取代標題。
-
-
- 제목
- 栏目名
- 標題
- 제목 텍스트
- 输入文本形式的栏目名。
- 請輸入標題文字。
-
-
- 제목 글자색
- 栏目字体色
- 標題顏色
-
-
- 아이콘 이미지
- 栏目图标
- 標題圖示
- 제목 앞 아이콘 이미지를 등록합니다.
- 可以给栏目名指定个性图标。
- 可指定標題前方的圖示。
-
-
-
- 더보기 URL
- 查看更多(链接)
- more URL
- http:// 제외한 URL를 등록합니다.
- 请输入除http://以外的URL地址。
- 請輸入http://以外的URL網址。
-
-
- 더보기 이미지
- 查看更多(图片)
- more Image
-
-
- 더보기 텍스트
- 查看更多(文本)
- more TEXT
- 더보기 텍스트
- 文本形式的"查看更多"。
- 純文字格式。
-
-
-
\ No newline at end of file
diff --git a/widgetstyles/postitFace/widgetstyle.html b/widgetstyles/postitFace/widgetstyle.html
deleted file mode 100644
index a97301df8..000000000
--- a/widgetstyles/postitFace/widgetstyle.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
\ No newline at end of file
diff --git a/widgetstyles/simpleLite/css/widgetBoxStyle.css b/widgetstyles/simpleLite/css/widgetBoxStyle.css
deleted file mode 100644
index 6cfa2d31b..000000000
--- a/widgetstyles/simpleLite/css/widgetBoxStyle.css
+++ /dev/null
@@ -1,20 +0,0 @@
-@charset "utf-8";
-/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
-
-.widgetBoxContainer{ position:relative;}
-
-.widgetBox{ position:relative;}
-.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;}
-.widgetBox .widgetContainer{ position:relative; z-index:10;}
-.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}
-.widgetBox .widgetMore img{ border:0;}
-.widgetBox .rcContainer{ display:block; width:100%; font-size:0; line-height:0; z-index:1; *zoom:1;}
-.widgetBox .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;}
-.widgetBox .rcTop .tl{ top:0;}
-.widgetBox .rcTop .tr{ top:0;}
-.widgetBox .rcBottom .bl{ top:0;}
-.widgetBox .rcBottom .br{ top:0;}
-
-.widgetBoxA .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; border-bottom:1px solid #ccc;}
-.widgetBoxA .widgetMore{ top:10px; right:0; color:#888;}
-.widgetBoxA .rcContainer{ display:none !important;}
diff --git a/widgetstyles/simpleLite/preview.gif b/widgetstyles/simpleLite/preview.gif
deleted file mode 100644
index 61d3e0058..000000000
Binary files a/widgetstyles/simpleLite/preview.gif and /dev/null differ
diff --git a/widgetstyles/simpleLite/skin.xml b/widgetstyles/simpleLite/skin.xml
deleted file mode 100644
index 4460cea45..000000000
--- a/widgetstyles/simpleLite/skin.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
- 심플 라이트
- 線條樣式
- 선 하나만으로 꾸며진 위젯스타일 입니다.
- 可變換多種線條外框的控件樣式。
- 0.1
- 2009-03-10
- preview.gif
-
- sol
- sol
- sol
- sol
- sol
- sol
-
-
-
-
- 스타일
- 樣式
-
- widgetBoxA
- 심플 라이트
- 分隔線
-
-
-
- 제목
- 栏目图片
- 標題圖片
- 제목 이미지를 등록합니다.
- 栏目名可以使用图片。
- 可使用圖片取代標題。
-
-
- 제목
- 栏目名
- 標題
- 제목 텍스트
- 输入文本形式的栏目名。
- 請輸入標題文字。
-
-
- 제목 글자색
- 栏目字体色
- 標題顏色
-
-
- 아이콘 이미지
- 栏目图标
- 標題圖示
- 제목 앞 아이콘 이미지를 등록합니다.
- 可以给栏目名指定个性图标。
- 可指定標題前方的圖示。
-
-
-
- 더보기 URL
- 查看更多(链接)
- more URL
- http:// 제외한 URL를 등록합니다.
- 请输入除http://以外的URL地址。
- 請輸入http://以外的URL網址。
-
-
- 더보기 이미지
- 查看更多(图片)
- more Image
-
-
- 더보기 텍스트
- 查看更多(文本)
- more TEXT
- 더보기 텍스트
- 文本形式的"查看更多"。
- 純文字格式。
-
-
-
\ No newline at end of file
diff --git a/widgetstyles/simpleLite/widgetstyle.html b/widgetstyles/simpleLite/widgetstyle.html
deleted file mode 100644
index a97301df8..000000000
--- a/widgetstyles/simpleLite/widgetstyle.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
\ No newline at end of file
diff --git a/widgetstyles/squareFace/css/widgetBoxStyle.css b/widgetstyles/squareFace/css/widgetBoxStyle.css
deleted file mode 100644
index 61233bb74..000000000
--- a/widgetstyles/squareFace/css/widgetBoxStyle.css
+++ /dev/null
@@ -1,36 +0,0 @@
-@charset "utf-8";
-/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
-
-.widgetBoxContainer{ position:relative;}
-
-.widgetBox{ position:relative;}
-.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;}
-.widgetBox .widgetContainer{ position:relative; z-index:10;}
-.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}
-.widgetBox .widgetMore img{ border:0;}
-.widgetBox .rcContainer{ display:block; width:100%; font-size:0; line-height:0; z-index:1; *zoom:1;}
-.widgetBox .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;}
-.widgetBox .rcTop .tl{ top:0;}
-.widgetBox .rcTop .tr{ top:0;}
-.widgetBox .rcBottom .bl{ top:0;}
-.widgetBox .rcBottom .br{ top:0;}
-
-.widgetBoxJgray .widgetBox{ background:#efefed; padding-bottom:5px; background-image:url(../img/widgetBgJgray.gif); background-repeat:repeat-x;}
-.widgetBoxJgray .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
-.widgetBoxJgray .widgetMore{ top:10px; right:15px;}
-.widgetBoxJgray .rcContainer{ display:none !important;}
-
-.widgetBoxJred .widgetBox{ background:#f9e3e0; padding-bottom:5px; background-image:url(../img/widgetBgJred.gif); background-repeat:repeat-x;}
-.widgetBoxJred .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
-.widgetBoxJred .widgetMore{ top:10px; right:15px;}
-.widgetBoxJred .rcContainer{ display:none !important;}
-
-.widgetBoxJgreen .widgetBox{ background:#d7fcd3; padding-bottom:5px; background-image:url(../img/widgetBgJgreen.gif); background-repeat:repeat-x;}
-.widgetBoxJgreen .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
-.widgetBoxJgreen .widgetMore{ top:10px; right:15px;}
-.widgetBoxJgreen .rcContainer{ display:none !important;}
-
-.widgetBoxJblue .widgetBox{ background:#e6e6f7; padding-bottom:5px; background-image:url(../img/widgetBgJblue.gif); background-repeat:repeat-x;}
-.widgetBoxJblue .widgetBoxHeader{ position:relative; padding:7px 0; text-indent:15px; border-bottom:1px solid #fff;}
-.widgetBoxJblue .widgetMore{ top:10px; right:15px;}
-.widgetBoxJblue .rcContainer{ display:none !important;}
diff --git a/widgetstyles/squareFace/img/widgetBgJblue.gif b/widgetstyles/squareFace/img/widgetBgJblue.gif
deleted file mode 100644
index ffbd7de97..000000000
Binary files a/widgetstyles/squareFace/img/widgetBgJblue.gif and /dev/null differ
diff --git a/widgetstyles/squareFace/img/widgetBgJgray.gif b/widgetstyles/squareFace/img/widgetBgJgray.gif
deleted file mode 100644
index c0d1e5879..000000000
Binary files a/widgetstyles/squareFace/img/widgetBgJgray.gif and /dev/null differ
diff --git a/widgetstyles/squareFace/img/widgetBgJgreen.gif b/widgetstyles/squareFace/img/widgetBgJgreen.gif
deleted file mode 100644
index c20db7920..000000000
Binary files a/widgetstyles/squareFace/img/widgetBgJgreen.gif and /dev/null differ
diff --git a/widgetstyles/squareFace/img/widgetBgJred.gif b/widgetstyles/squareFace/img/widgetBgJred.gif
deleted file mode 100644
index 887f1027c..000000000
Binary files a/widgetstyles/squareFace/img/widgetBgJred.gif and /dev/null differ
diff --git a/widgetstyles/squareFace/preview.gif b/widgetstyles/squareFace/preview.gif
deleted file mode 100644
index 7d7db7f62..000000000
Binary files a/widgetstyles/squareFace/preview.gif and /dev/null differ
diff --git a/widgetstyles/squareFace/skin.xml b/widgetstyles/squareFace/skin.xml
deleted file mode 100644
index 7f2558c62..000000000
--- a/widgetstyles/squareFace/skin.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
- 스퀘어 페이스
- 彩色框樣式
- 각진 면으로 꾸며진 위젯스타일 입니다.
- 可變換多種色彩外框的控件樣式。
- 0.1
- 2009-03-10
- preview.gif
-
- sol
- sol
- sol
- sol
- sol
- sol
-
-
-
-
- 스타일
- 樣式
-
- widgetBoxJgray
- 회색
-
-
- widgetBoxJred
- 빨강
-
-
- widgetBoxJgreen
- 초록
-
-
- widgetBoxJblue
- 파랑
-
-
-
- 제목
- 栏目图片
- 標題圖片
- 제목 이미지를 등록합니다.
- 栏目名可以使用图片。
- 可使用圖片取代標題。
-
-
- 제목
- 栏目名
- 標題
- 제목 텍스트
- 输入文本形式的栏目名。
- 請輸入標題文字。
-
-
- 제목 글자색
- 栏目字体色
- 標題顏色
-
-
- 아이콘 이미지
- 栏目图标
- 標題圖示
- 제목 앞 아이콘 이미지를 등록합니다.
- 可以给栏目名指定个性图标。
- 可指定標題前方的圖示。
-
-
-
- 더보기 URL
- 查看更多(链接)
- more URL
- http:// 제외한 URL를 등록합니다.
- 请输入除http://以外的URL地址。
- 請輸入http://以外的URL網址。
-
-
- 더보기 이미지
- 查看更多(图片)
- more Image
-
-
- 더보기 텍스트
- 查看更多(文本)
- more TEXT
- 더보기 텍스트
- 文本形式的"查看更多"。
- 純文字格式。
-
-
-
\ No newline at end of file
diff --git a/widgetstyles/squareFace/widgetstyle.html b/widgetstyles/squareFace/widgetstyle.html
deleted file mode 100644
index a97301df8..000000000
--- a/widgetstyles/squareFace/widgetstyle.html
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
\ No newline at end of file