	
			#fbpanel{
				background-color: transparent;
				width: 350px; 
				position: fixed;
				right: -350px;
				top: 50px;				
				z-index: 11000;
			}
			#fbpanel.top{
				z-index: 12000;			
			}			
			#fbpanel.open{
				right: -30px;
			}
			#fbpanel-tab{
				float: left;				
				width: 30px;
				height: 120px;
				background-image: url(fbpanel.png);
				background-repeat: no-repeat;
				background-position: top left;	
				position: relative;
				top: 40px;
				right: 30px;
				cursor: pointer;
			}
			#fbpanel-wrapper{
				position: relative;
				right: 30px;
				
				float: left;
				background-color: #fff;
				width: 305px;
				height: 550px;
				
				background-repeat: repeat-y;
				background-position: center left;
				padding-left: 10px;
				
				border-left: 5px solid #3B5998;
				border-top: 5px solid #3B5998;
				border-bottom: 5px solid #3B5998;
				

				-moz-border-radius-topleft: 10px;
				-moz-border-radius-bottomleft: 10px;
				
				-webkit-border-top-left-radius: 10px;
				-webkit-border-bottom-left-radius: 10px;
				
				border-top-left-radius: 10px;
				border-bottom-left-radius: 10px;
			}	