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

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