/*
#left_shelf { background: url('left_shelf.png') no-repeat bottom; }
#right_shelf { background: url('right_shelf.png') no-repeat bottom; }
#shelf { background: url('shelf.png') repeat-x bottom; }

li.separator { background: url('separator.png') no-repeat bottom; }
*/
#left_shelf { background: no-repeat bottom; }
#right_shelf { background: no-repeat bottom; }
#shelf { background: repeat-x bottom; }

li.separator { background: no-repeat bottom; }