.pane{
float: left;		/* you need that!!! */
display: none;		/* you need that - if you remove this, at load the page will have height of the heighest pane, see more instructions in html-file */
width:920px;		/* set the width of your content here, it's not necessary if you dont wanna have fixed with */
padding:0;		/* unimportant */	
}

#content{
overflow:hidden;	/*you need that!!! */
}

#paneContainer{
float:left;			/*you need that!!! */

}
#paneContainer img{

margin:0;
padding:0;

}

#paneContainer a{
position: static;	/*you need that!!! */

}