body {
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	color: #888888;
}

#navcontainer a {
	border-right-color: #FFFFFF;
}

/* @group eeScroller */

#scrollerButtons #up {
	border-left-color: #FFFFFF; /* replace with variables */
	border-right-color: #FFFFFF; /* replace with variables */
}

#scrollerButtons #down {
	border-left-color: #FFFFFF; /* replace with variables */
	border-right-color: #FFFFFF; /* replace with variables */
}

#scrollerButtons #drag {
	background-color: #FFFFFF;
}

/* @end */


