/* CUSTOM CSS */

#iframeWidgetBuyer,
#iframeWidgetSeller,
#iframeWidget {
	display: none;
}

.homepage #iframeWidget {
	position: absolute;
	top: 0px;
	margin-top: 432px;
	display: block;
}

.LandingMain.buyerresources #iframeWidgetBuyer,
.LandingMain.sellerresources #iframeWidgetSeller {
	display: block;
	position: absolute;
	right: 0px;
	margin-right: -220px;
	top: 0px;
	margin-top: 285px;
}

.sellerresources #content {
	padding-bottom: 130px;	
}
