@charset "utf-8";
/* CSS Document */
#r1 {
	width:102px;
	height:302px;
	float:right;
	position:fixed !important; 
	top/**/:100px;
	position:absolute;
	z-index:300;
	top:expression(offsetParent.scrollTop+300);right:5px;
}
#r2 {
	width:102px;
	height:302px;
	float:left;
	position:fixed !important; 
	top/**/:100px;
	position:absolute;
	z-index:300;
	top:expression(offsetParent.scrollTop+300);left:5px;
}


