/* everything is constructed with a single background image */

/* panes */
#gallerypanes {	
	width:612px;
	height:500px;
	float: right;
	display: inline;
}

/* single pane */
#gallerypanes div {
	display:none;
	margin:0px 40px;
}


/* override the root element to enable scrolling */
#gallerypanes {
	position:relative;
	overflow:hidden;
}

/* override single pane */
#gallerypanes div {
	float:left;
	display:block;
	width:530px;
	cursor:pointer;
}

/* our additional wrapper element for the items */
#gallerypanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
