#sidebar 
{
	width:100%; 
	padding:0px 0px 0px 0px;
	background:white;  
	float:center; 
	height:100px;
	position:relative !important;
	filter:alpha(Opacity=80);
}
#portamento_container 
{
	float:center; 
	position:relative;
	height: auto !important; 
	height: 120px !important;
} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
			
#portamento_container #sidebar 
{
	float:none; 
	position:absolute;
	height: auto !important; 
	height: 120px !important;
} /* no need to float anymore, become absolutely positoned */
#portamento_container #sidebar.fixed 
{
position:fixed;
} /* if the panel is sliding, it needs position:fixed */