@charset "utf-8";
/* CSS Document */

#boxWrapper{
	position:relative;
	width:260px;
	float:right;
	*left:-265px;
	_left:0px;
	/*margin-left:25px;
	_margin-left:10px;IE6*/
}
#boxWrapper2{
	position:relative;
	width:260px;
	float:left;
	/*margin-right:25px;
	_margin-right:10px;IE6*/
}
#boxContainer { /* required to avoid jumping */
  position: absolute;
  _position:relative;/*IE6不作用*/
}
#box {
	position: absolute;
	_position:relative;/*IE6不作用*/
	top: 0;
}
#box.fixed {
  position: fixed;
}
