diff --git a/upload/styles/cbv2new/layout/global_header.html b/upload/styles/cbv2new/layout/global_header.html
index bd421254..e6585640 100644
--- a/upload/styles/cbv2new/layout/global_header.html
+++ b/upload/styles/cbv2new/layout/global_header.html
@@ -63,95 +63,9 @@ var imageurl = '{$imageurl}';
-{if $smarty.const.THIS_PAGE == 'upload' && $step =="2"}
-
-
-
-
-
-
-{else}
-
-{/if}
-
-{foreach key=file item=pages from=$Cbucket->header_files}
- {if is_includeable($pages)}
- {include file=$file}
- {/if}
+{foreach key=file item=type from=$Cbucket->header_files}
+ {include_header file=$file type=$type}
{/foreach}
@@ -166,9 +80,45 @@ var mid = {$smarty.get.mid};
{/if}
+
+{include_header file='global_header'}
+
+
{literal}
{/literal}
diff --git a/upload/styles/cbv2new/layout/header.html b/upload/styles/cbv2new/layout/header.html
index c5fd9d84..deb4327f 100644
--- a/upload/styles/cbv2new/layout/header.html
+++ b/upload/styles/cbv2new/layout/header.html
@@ -5,6 +5,7 @@
+{ANCHOR place='mature_content'}
{if !$userquery->login_check('',true)}
diff --git a/upload/styles/cbv2new/theme/main.css b/upload/styles/cbv2new/theme/main.css
index ed66fdc0..155f2149 100644
--- a/upload/styles/cbv2new/theme/main.css
+++ b/upload/styles/cbv2new/theme/main.css
@@ -765,8 +765,24 @@ ul.upload_opts li.selected { cursor:pointer; background:none; border:1px solid;
.subsription a{text-decoration:none; font-size:14px; font-family:Arial, Helvetica, sans-serif; display:block; border-bottom:1px solid #CCC; padding-bottom:5px; margin-bottom:5px; color:#06c; font-weight:bold}
+
+.remote_main_bar
+{
+ width:400px;
+ height:30px;
+ border:1px solid #666;
+}
+
+.remote_prog_bar
+{
+ height:30px;
+ background-color:#53baff;
+ text-align:center;
+ line-height:30px;
+ width:0px
+}
/* COLLECTION */
-.collect_grid { padding:5px; border:1px solid #FFF; height:120px; margin:0 0 10px -1px; position:relative; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
+.collect_grid { padding:5px; border:1px solid #FFF; height:120px; margin:0 0 10px -1px; position:relative; -moz-border-radius:6px; }
.collect_grid:hover { border-color:#CCC; background:#fafafa; z-index:50; cursor:pointer; }
.collect_grid.selected { background:url(../images/simple_gradient.png) bottom repeat-x; border:1px solid #aaa; z-index:51; }
.collect_grid:first-child { margin-left:none; }
diff --git a/upload/styles/global/head.html b/upload/styles/global/head.html
new file mode 100644
index 00000000..0d833842
--- /dev/null
+++ b/upload/styles/global/head.html
@@ -0,0 +1,101 @@
+{if $smarty.const.THIS_PAGE == 'upload' && $step =="2"}
+
+
+
+
+
+{else}
+
+{/if}
+
+{literal}
+
+{/literal}
\ No newline at end of file