#slideWrapper{
	position: fixed;
	top: 50px;
	right: -764px;
	height: 550px;
	width: 828px;	/* flash + panel */
}
	* html #slideWrapper{
		position: absolute;
	}

#slidePanel{
	width: 64px;
	float: left;
	margin-top: 100px;
}
	#slidePanel img{border:none;}
	#slidePanel a{outline: none;}

#slideContent{
	width: 764px;
	height: 550px;
	background-color: #e9e9e9;
	float: right;
}