
 
.white_content {
	text-align:center;
	display: inline	;
	position: absolute;
	top: 34px;
	right:0px;
	width:210px;
	z-index:1500;
	overflow: hidden;
	padding: 8px 4px 8px 4px;
	background-image: url("../images/bg_toplinks_transparent.png");
	background-color:white;
}


ul.flags {
	float: left;
	list-style: none;
	margin: 0; padding: 0 10px 0 10px;
}
ul.flags li {
  background: none;
	margin-top: 4px; 
  padding-left: 2px;
	float: left;
	position: relative;
	width: 18px;
	height: 12px;
}
ul.flags li img {
	width: 18px; height: 12px;
	padding: 2px;
	padding-right:4px;
/*	background: #f0f0f0; */
	position: absolute;
		left: 0; top: 10;

/*	-ms-interpolation-mode: bicubic;*/
}

ul.thumb li img.hover {
	background:url(../images/flags/thumb_bg.png) no-repeat center center;
	border: none;


}
