/* everything is constructed with a single background image */

/* panes */
#emailpanes {	
	width:800px;
	height:510px;	
}

/* single pane */
#emailpanes div {
	display:none;
	margin:5px 36px 20px 40px;
}


/* override the root element to enable scrolling */
#emailpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#emailpanes div {
	float:left;
	display:block;
	width:724px;
	cursor:pointer;
}

/* our additional wrapper element for the items */
#emailpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#emailpanes .less, #emailpanes .less a {
	color:#999 !important;
	font-size:11px;
}
