@charset "UTF-8";

div.fbnr-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
div.fbnr {
	position: absolute;
	width: 110px;
	margin-left: -125px;
	top: 0;
	padding: 5px 0;
}
div.fbnr2 {
	position: absolute;
	width: 110px;
	margin-left: 1005px;
	top: 0;
	padding: 5px 0;
}
div.fbnr.fixed,
div.fbnr2.fixed {
	position: fixed;
	top: 0 !important;
}
div.fbnr > ul,
div.fbnr2 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.fbnr > ul > li {
}

#header-4 .fbnr ul li {
	float: none;
}
#header-4 .fbnr ul li a {
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
}