	#sideBar{
		position: fixed;
		width: auto;
		height: auto;
		top: 100px;
		right:-1px;
		z-index: 200;
	}

	#sideBarTab{
		float:left;
		height:137px;
		width:28px;
		background-color: #e1e1e1;
		background-image: url(http://www.bumpin.com/web_widget/users/sidebar/slide-button.png);
	}

	#sideBarTab img{
		border:0px solid #FFFFFF;
	}

	#sideBarContents{
		overflow:hidden !important; float: left;
		
  }

	#sideBarContentsInner{
		/*width:200px;*/
		padding-left: 20px;
	}
	
	#bumpin-count
	{
		margin-left: 5px;
		margin-top: 86px;
		/*color: #6c6b6b;*/
		color: red;
		font-size: 18px;
	}
	
	#sideBar a
	{		
		font-style: normal;
		text-decoration: none;
	}
