

a.info
{
	position: relative;
}
a.info:hover
{
	z-index: 25;
}
a.info span
{
	display: none !important;
}
a.info:hover span
{
	display: block !important;
	position: absolute;
	left: 2em;
	width: 300px;
	border: 1px solid #000000;
	background-color: #F8F8F8;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	text-transform: none;
	bottom: 20px;
}
.overlay
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #495561;
	filter: Alpha(Opacity=50);
	opacity: .2;
	width: 100%;
	height: 500%;
	display: block;
}

.centralimg
{
	background-position: center 40%;
	padding: 45px 0 10px 0;
	overflow: hidden;
	width: 390px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	position: fixed;
	left: 30%;
	top: 50%;
	
	z-index: 102;
	background-color: #FFFFFF;
	background-image: url(    'Images/loader.gif' );
	background-repeat: no-repeat;
	zoom: 1;
	border: 1px solid #525252;
	text-align: center;
	vertical-align: baseline;
	font-family: Arial, Verdana;
	
	
   
}

.bottomimgbotonera
{
	background-position: center 40%;
	padding: 45px 0 10px 0;
	overflow: hidden;
	width: 390px;
	
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 30%;
	top: 140%;
	z-index: 102;
	background-color: #FFFFFF;
	background-image: url(    'Images/loader.gif' );
	background-repeat: no-repeat;
	zoom: 1;
	border: 1px solid #525252;
	text-align: center;
	vertical-align: baseline;
	font-family: Arial, Verdana;
}