#agentsmap #agents	{
	overflow:hidden;
	background:none;
	width: 600px;
	/*height: 456px;*/
	height: 356px;
	margin-right: 50px;
	-display: inline;
	position: relative;
	float: right;
	}
#agentsmap #agentslider	{
	width:1066px;
	height:456px;
	margin-left:-416px;
	margin-top: -50px;
	background: #fff url(_images/world-map-crop.png) no-repeat top left;
	position:relative;	
	}
#agentsmap #agentslider a.dot	{
	background-image: url(_images/location.png);
	position: absolute;
	display: block;
	font-size: 8px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 15px;
	color: #001946;
	text-decoration: none;
	text-align: center;
	/* IE6 needs this: */
	overflow: hidden;
	}
#agentsmap #agents ul#agentsnav	{
	position: absolute;
	bottom: 5px;
	left: 0px;
	}
#agentsmap #agents ul#agentsnav li	{
	float: left;
	margin: 5px 5px 0 5px;
	list-style-type: none;
	/*height: 20px;*/
	padding: 1px 0;
}
	
#agentsmap #agents ul#agentsnav li a {
	position: static;
	color: #C0C0C0;
	width: auto;
	height: auto;
	background-color: #F0F0F0;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #F0F0F0;
}

#agentsmap #agents ul#agentsnav li a.active	{
	background-color: #001A47;
	color: #fff;
}

#agentsmap #agents ul#agentsnav li a:hover	{
	opacity: 0.5;
	border: 1px solid #EEE;
}

/* coordinates */
#agentsmap #unitedkingdom	{	top: 225px;		left: 790px;	}
#agentsmap #germany			{	top: 235px;		left: 855px;	}
#agentsmap #spain			{	top: 338px;		left: 780px;	}
#agentsmap #france			{	top: 280px;		left: 808px;	}
#agentsmap #italy			{	top: 315px;		left: 875px;	}
#agentsmap #greece			{	top: 355px;		left: 935px;	}
#agentsmap #sweden			{	top: 120px;		left: 887px;	}
#agentsmap #portugal		{	top: 338px;		left: 746px;	}
#agentsmap #poland			{	top: 235px;		left: 920px;	}
#agentsmap #canada			{	top: 290px;		left: 300px;	}
#agentsmap #unitedstates	{	top: 340px;		left: 310px;	}

#agentsinfo
{
	opacity: 0.7;
	display: none;
	width: 600px;
	height: 456px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	_background-color: transparent;
}

#agentsinfo div
{
	color: #555;
	background-color: #EFEFEF;
	padding: 10px;
	width: 230px;
	position: absolute;
	right: 0;
	top: 0;
}

#agentsinfo div h2
{
	color: #000;
}

#agentsinfo div ul
{
	margin-top: 20px;
	list-style-type: none;
}

#agentsinfo div ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#agentsinfo a#agentsinfoclose, #agentsinfo a#agentsinfoclose:hover
{
	background-image: none;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: 9px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #001946;
	text-decoration: none;
	text-align: center;
}

