/**

div#facebook { width: 64px; height: 427px; position: fixed; top: 187px; right: 0; overflow: hidden; z-index: 80; }
div#facebook div.fb_icon { width: 64px; height: 67px; background: url('../images/facebook.png') center top no-repeat; position: absolute; top: 0; left: 0; }
div#facebook div.fb_container { width: 300px; height: 427px; background: #ffffff; position: absolute; top: 0; left: 64px; }
div#facebook .fb_likebox { width: 300px; height: 427px; }

*/




#facebook{
	right: -304px; z-index: 80; background: #ffffff; padding: 0px; width: 300px; height: 427px; position: fixed; top: 250px; border: 2px solid #3C3C3C; z-index:200;
}

#facebookButton{
	position: absolute; left:-64px; width: 64px; height: 67px; background: url('../images/facebook.png') center top no-repeat;
}


.facebookConnectButton{
	width: 265px;
	height: 22px;
	background: url('../images/fb_connect.png') no-repeat;
	float: left;
}

.facebookConnectButton:hover
{
   background: url('../images/fb_connect-hover.png') no-repeat;
}