<!--
#r1{
width:100px;
height:200px;
float:right; 
position:fixed !important; 
top/**/:110px; 
position:absolute; 
z-index:300; 
top:expression(offsetParent.scrollTop+110);
right:6px;
} 

#l1{
width:100px;
height:200px;
float:left; 
position:fixed !important; 
top/**/:110px; 
position:absolute; 
z-index:300; 
top:expression(offsetParent.scrollTop+110);
left:6px;
} 


-->