/* ===================================================================== */
/* Right ad */
/* --start-- rule for IE 6 but not 7 */
#adsRightFix {
	position: absolute;
}
/* --end-- rule for IE 6 but not 7 */
html>body #adsRightFix {
	position: fixed;
}

#adsRightFix {
	top: 280px;
	left: 1000px;
	width: 160px;
	height: 300px;
}
	#adsRightFix iframe {
		width: 100%;
		height: 600px;
	}

/* ===================================================================== */
/* BIG BOX Right ad */
/* --start-- rule for IE 6 but not 7 */
#adsRightBigBoxFix {
	position: absolute;
}
/* --end-- rule for IE 6 but not 7 */
html>body #adsRightBigBoxFix {
	position: fixed;
}
#adsRightBigBoxFix {
	top: 0;
	left: 1000px;
	width: 300px;
}
	#adsRightBigBoxFix iframe {
		width: 100%;
		height: 300px;
	}


/* ===================================================================== */
/* Bottom ad */
#adsBottom {
	width:976px;
	margin:8px 0 0 10px;
}

#adsBottom iframe {
	width: 100%;
	height: 90px;
}
