/*
	This will be positioned absolute, use the top and left props to position the normal state
*/
#SlidePane_container {
	position:absolute;
	right:20px;
	top:0px;
	z-index:100;
}