diff --git a/widgets/newest_images/skins/cloud/css/normal.css b/widgets/newest_images/skins/cloud/css/normal.css
new file mode 100644
index 000000000..03e964fc1
--- /dev/null
+++ b/widgets/newest_images/skins/cloud/css/normal.css
@@ -0,0 +1,41 @@
+.imgcloudoutline { padding-bottom:5px; overflow:hidden; position:relative; text-align:center;}
+.imgcloudoutline h2 { text-align:left; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
+
+.imgcloudoutline { padding-bottom:5px; overflow:hidden; position:relative;}
+.imgcloudoutline .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
+.imgcloudoutline a.more { text-decoration:none;}
+.imgcloudoutline a.more:hover { text-decoration:underline;}
+
+ .imgcloudoutline table {
+ margin: 0px auto;
+ border:1px solid #ddd;
+ }
+
+ .imgcloudoutline .imgcloud {
+ border:1px solid #ddd;
+ padding: 1px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline .imgcloud:hover {
+ border: 2px solid #7899AF;
+ padding: 0px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline .imgcloudbig {
+ border:1px solid #ddd;
+ padding: 1px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline .imgcloudbig:hover {
+ border: 2px solid #7899AF;
+ padding: 0px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline .cloudimg {
+ border: 0px;
+ cursor: pointer;
+ }
\ No newline at end of file
diff --git a/widgets/newest_images/skins/cloud/images/blank.gif b/widgets/newest_images/skins/cloud/images/blank.gif
new file mode 100644
index 000000000..35d42e808
Binary files /dev/null and b/widgets/newest_images/skins/cloud/images/blank.gif differ
diff --git a/widgets/newest_images/skins/cloud/images/normal/bulletD0.gif b/widgets/newest_images/skins/cloud/images/normal/bulletD0.gif
new file mode 100644
index 000000000..e8e17d4c6
Binary files /dev/null and b/widgets/newest_images/skins/cloud/images/normal/bulletD0.gif differ
diff --git a/widgets/newest_images/skins/cloud/images/normal/lineNotice.gif b/widgets/newest_images/skins/cloud/images/normal/lineNotice.gif
new file mode 100644
index 000000000..dbf2c8220
Binary files /dev/null and b/widgets/newest_images/skins/cloud/images/normal/lineNotice.gif differ
diff --git a/widgets/newest_images/skins/cloud/list.html b/widgets/newest_images/skins/cloud/list.html
new file mode 100644
index 000000000..b96c75573
--- /dev/null
+++ b/widgets/newest_images/skins/cloud/list.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
{$widget_info->title}
+
+
+
+
more
+
+
+
+ {@ shuffle($widget_info->document_list)}
+
+
+ {@
+ $width = $widget_info->thumbnail_width ? $widget_info->thumbnail_width : "40";
+ $height = $widget_info->thumbnail_height ? $widget_info->thumbnail_height : "40";
+ $image[$i] = ($widget_info->document_list[$i]->document_srl) ? $widget_info->document_list[$i]->getThumbnail($width*2,$height*2,$widget_info->thumbnail_type) : $tpl_path."/images/blank.gif";
+ $url[$i] = ($widget_info->document_list[$i]->document_srl) ? "href=\"".getUrl('','document_srl',$widget_info->document_list[$i]->document_srl)."\"" : "";
+ }
+
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/widgets/newest_images/skins/cloud/skin.xml b/widgets/newest_images/skins/cloud/skin.xml
new file mode 100644
index 000000000..390d65f4d
--- /dev/null
+++ b/widgets/newest_images/skins/cloud/skin.xml
@@ -0,0 +1,16 @@
+
+
+ 이미지 클라우드
+
+ Simulz
+ 올블로그 이미지 클라우드
+
+
+
+ 기본 컬러
+ デフォルトカラー
+ 默认颜色
+ Default Color
+
+
+
diff --git a/widgets/newest_images/skins/cloud_preview/css/normal.css b/widgets/newest_images/skins/cloud_preview/css/normal.css
new file mode 100644
index 000000000..409773177
--- /dev/null
+++ b/widgets/newest_images/skins/cloud_preview/css/normal.css
@@ -0,0 +1,41 @@
+.imgcloudoutline_preview { padding-bottom:5px; overflow:hidden; position:relative; text-align:center;}
+.imgcloudoutline_preview h2 { text-align:left; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
+
+.imgcloudoutline_preview { padding-bottom:5px; overflow:hidden; position:relative;}
+.imgcloudoutline_preview .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
+.imgcloudoutline_preview a.more { text-decoration:none;}
+.imgcloudoutline_preview a.more:hover { text-decoration:underline;}
+
+ .imgcloudoutline_preview table {
+ margin: 0px auto;
+ border:1px solid #ddd;
+ }
+
+ .imgcloudoutline_preview .imgcloud {
+ border:1px solid #ddd;
+ padding: 1px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline_preview .imgcloud:hover {
+ border: 2px solid #7899AF;
+ padding: 0px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline_preview .imgcloudbig {
+ border:1px solid #ddd;
+ padding: 1px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline_preview .imgcloudbig:hover {
+ border: 2px solid #7899AF;
+ padding: 0px;
+ overflow: hidden;
+ }
+
+ .imgcloudoutline_preview .cloudimg {
+ border: 0px;
+ cursor: pointer;
+ }
\ No newline at end of file
diff --git a/widgets/newest_images/skins/cloud_preview/images/blank.gif b/widgets/newest_images/skins/cloud_preview/images/blank.gif
new file mode 100644
index 000000000..35d42e808
Binary files /dev/null and b/widgets/newest_images/skins/cloud_preview/images/blank.gif differ
diff --git a/widgets/newest_images/skins/cloud_preview/images/normal/bulletD0.gif b/widgets/newest_images/skins/cloud_preview/images/normal/bulletD0.gif
new file mode 100644
index 000000000..e8e17d4c6
Binary files /dev/null and b/widgets/newest_images/skins/cloud_preview/images/normal/bulletD0.gif differ
diff --git a/widgets/newest_images/skins/cloud_preview/images/normal/lineNotice.gif b/widgets/newest_images/skins/cloud_preview/images/normal/lineNotice.gif
new file mode 100644
index 000000000..dbf2c8220
Binary files /dev/null and b/widgets/newest_images/skins/cloud_preview/images/normal/lineNotice.gif differ
diff --git a/widgets/newest_images/skins/cloud_preview/list.html b/widgets/newest_images/skins/cloud_preview/list.html
new file mode 100644
index 000000000..e82f6e303
--- /dev/null
+++ b/widgets/newest_images/skins/cloud_preview/list.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
{$widget_info->title}
+
+
+
+
more
+
+
+
+ {@ shuffle($widget_info->document_list)}
+
+
+ {@
+ $width = $widget_info->thumbnail_width ? $widget_info->thumbnail_width : "40";
+ $height = $widget_info->thumbnail_height ? $widget_info->thumbnail_height : "40";
+ $ratio = $width / $height;
+
+ $image[$i] = ($widget_info->document_list[$i]->document_srl) ? $widget_info->document_list[$i]->getThumbnail(200*$ratio,200,$widget_info->thumbnail_type) : $tpl_path."/images/blank.gif";
+ }
+
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ |
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+
+
diff --git a/widgets/newest_images/skins/cloud_preview/skin.xml b/widgets/newest_images/skins/cloud_preview/skin.xml
new file mode 100644
index 000000000..1d895f046
--- /dev/null
+++ b/widgets/newest_images/skins/cloud_preview/skin.xml
@@ -0,0 +1,16 @@
+
+
+ 이미지 클라우드 (팝업)
+
+ Simulz
+ 올블로그 이미지 클라우드 (미리보기 팝업 창을 띄웁니다)
+
+
+
+ 기본 컬러
+ デフォルトカラー
+ 默认颜色
+ Default Color
+
+
+