ul#items { display: none; }

div#frame
{
	position: relative;
	width: 710px;
	margin: 0 auto;
}

div.buttons
{
	position: absolute;
	top: 45%;
}
	div.buttons img:hover { cursor: pointer; }
	div#btn-left { left: 0; }
	div#btn-right { right: 0; }
	
div#panes
{
	width: 612px;
	height: 423px;
	margin: 0 auto;
	text-align: center;
}

div#panes div div { overflow: hidden; }

