a.flagswap {
	float: right;
	font-size: 1px;
	display: block;
	width: 25px;
	/*width: 50px;*/
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(/assets/images/flagswap.png);
}
.us a.flagswap {
	background-position: bottom left;
}
.us a.flagswap:hover {
	background-position: top left;
}
.uk a.flagswap {
	background-position: top left;
}
.uk a.flagswap:hover {
	background-position: bottom left;
}
div#langbar {
	z-index: 9999;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: red;
	color: White;
	height:20px;
}
div#langbar a {
	width: 100%;
	color: White;
	text-decoration: none;
}
div#langbar p{
	text-align: center;
}
div#langbar a:hover {
	text-decoration: underline;
}
