﻿.FloatLeft{z-index:1;display:block;position:absolute;left:10px;top:200px;width:100px;background-color:#f6f3e7;}
.FloatLeft a{display:block;color:#ce0609;text-decoration:none;word-break:break-all;width:100px;}
.FloatLeft img{display:block;width:100px;height:100px;cursor:pointer;}
.FloatLeft span{display:block;margin:5px;width:90px;min-height:70px;cursor:pointer;}
.FloatRight{z-index:1;display:block;position:absolute;right:10px;top:200px;width:100px;background-color:#f6f3e7;}
.FloatRight a{display:block;color:#ce0609;text-decoration:none;word-break:break-all;width:100px;}
.FloatRight img{display:block;width:100px;height:100px;cursor:pointer;}
.FloatRight span{display:block;margin:5px;width:90px;min-height:70px;cursor:pointer;}
.FloatClose{z-index:1;display:block;position:absolute;right:3px;top:3px;width:17px;height:17px;background-image:url("Images/Icon_close.gif");cursor:pointer;}
