﻿#img,#img a
{
	width: 250px;
	height: 250px;
	font-size: 12px;
	line-height: 10px;
	z-index: 999;
}
#img
{
	position: absolute;
	/*right: 20px;
	bottom: 0;*/
	/*background: url('/images/floatAd.gif') no-repeat scroll 0 0;*/
	/*display: none;*/
}
#img a
{
	right: 0px;
	top: 0px;
	display:block;
	position: absolute;
	z-index: 1000;
}
#close
{
	width: 12px;
	height: 12px;
	background: url('/images/close.gif') no-repeat scroll 0 0;
	cursor: pointer;
	position: absolute;
	right: -5px;
	top: -14px;
	z-index: 999;
}

