html, body {
	/*height: 100%;*/ 
	overflow: visible !important;
}

.pagewrap {
	overflow: visible !important;
	min-width:1024px;
}
.buzzbox {
	position: static !important;
}
.buzzbox .buzzwrap {
	top: 50px !important;
	left: 50px !important;
}
.buzzbox .buzzcontainer {
	width:550px !important;
	height: 360px !important;
	overflow: visible;
}
.buzzbox .boxcontents {
	overflow: visible;
}
.buzzbox .overlay {
	background-color: rgba(0, 0, 0, 0.85);
	position:absolute !important;
	display:block !important;
	min-width: 1000px;
	min-height:800px;
	top: 0;
    left: 0;
	bottom: 0;
	right: 0;
	z-index:1000;
}