#facebooktab{
	right: 0px;
	top: 20%;
/*
	background: url('/images/icon-fbtab.png') no-repeat;
	height: 47px;
	width: 27px;
*/
	background: url('/images/fbtab.png') no-repeat;
	height: 73px;
	width: 24px;

	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 100;
}

#facebooktab a {
	display: block;
	width: 100%;
	height: 100%;
}

#facebookpanel {
	position: fixed;
	right: 0px;
	top: 30px;
	background-color: #ffffff;
	height: 590px;
	display: none;
	z-index: 50;
}

#facebookpanel #facebookcontent {
	margin-left:0px;
	padding: 10px;
	border: 5px solid #315c99;
	background-color: #ffffff;
}
