.resize_container {
	position:absolute;
	width:1000px;
	top:0px;
	left:0px;
	height:1000px;
	border:0px;
	margin-bottom:20px;
	padding:0;
	overflow:visible;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:2;
}
.normal {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
.resize {
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
	background:#111;
	border:solid #555 1px;
	overflow:hidden;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#resize_news {
	top:327px;
	left:740px;
	z-index:90;
	width:222px;
	height:112px;
	padding:0px;
	margin:0px;
}
#resize_new {
	top:77px;
	left:740px;
		width:222px;
	height:220px;
	z-index:100;
		padding:0px;
	margin:0px;
}
#resize_pop {
	top:470px;
	left:740px;
	z-index:40;
	width:222px;
	height:112px;
		padding:0px;
	margin:0px;
}
#resize_etmb {
	top:612px;
	left:740px;
	z-index:39;
	width:222px;

	height:114px;
		padding:0px;
	margin:0px;
}




.scroll {

}

.ghost-sizer {
	border:dashed yellow 1px;
	position:absolute;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sizer {
	display:none;
	position:absolute;
	overflow:hidden;
}
.sizer-visible .sizer {
	background:#ffcc00;
	display:block;
}

.sizer-north {
	top:0;
	left:0;
	width:100%;
	height:0px;

}
.sizer-south {
	bottom:0;
	left:0;
	width:100%;
	height:4px;
	cursor:s-resize;
}
.sizer-west {
	top:0;
	left:0;
	height:100%;
	width:0px;

}
.sizer-east {
	top:0;
	right:0;
	height:100%;
	width:0px;
	

}
.sizer-nw,
.sizer-ne
{width:0px;}
.sizer-sw,
.sizer-se {
	width:4px;
	height:4px;
}
.resize4 .sizer-nw,
.resize4 .sizer-ne,
.resize4 .sizer-sw,
.resize4 .sizer-se {
	width:6px;
	height:6px;
}
.sizer-nw {
	top:0;
	left:0;
	cursor:nw-resize;
}
.sizer-ne {
	top:0;
	right:0;
	cursor:ne-resize;
}
.sizer-sw {
	bottom:0;
	left:0;
	cursor:sw-resize;
}
.sizer-se {
	bottom:0;
	right:0;
	cursor:se-resize;
}
