

#sideBar{
	width: 941px;
	height: auto;
	margin:0 auto;

}

#sideBarTab{
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	cursor:default;
	z-index:99999;
	text-indent:-9999px;
}



#sideBarContents{
	float:left;
	overflow:hidden !important;
	width:941px;
	height:100px;
}

#sideBarContentsInner{
	width:200px;
}