#abgne_float_ad {
	width:84px;
	height:174px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color:#85c9c7;
	box-shadow: 3px 3px 3px #eee;
    display: none;
	position: absolute;
	padding:8px 8px 5px;
	z-index:999;
}

#abgne_float_ad img {
	border: none;
	width:83px;
	height:83px;
}

div.bigDiv {
	height: 3000px;
	}
	
#record{
	width:83px;
	height:83px;
	position:relative;
}
#s_record{
	width:150px;
	height:auto;
	background-color:rgba(133,201,199,0.5);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	position:absolute;
	top:0;
	right:83px;
	display:none;
	padding:5px 8px 8px;
}
#s_record_bg{
	width:145px;
	background-color:#fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding-right:5px;
}
/*ul*/
#s_record ul{
	margin:0;
	padding:0;
	list-style:none;
}
#s_record ul li{
	background:url(../images/to.png) 0px 5px   no-repeat; 
	padding-left:10px;
	font:13px 微軟正黑體;
	color:#535353;
	margin:3px 0 0 16px;	
}
#s_record ul li a{
	font:13px 微軟正黑體;
	color:#535353;
	text-decoration:underline;
}
#s_record ul li a:hover{
	font:13px 微軟正黑體;
	color:#999;
	text-decoration:underline;	
}