.timeMachine { left: 0; top: 0; height: 100%; background: #ffffff; border: 1px solid #afafaf; width: 150px; z-index: 10; }
.timeMachine .inner { overflow: auto; height: 100%; }
.timeMachine .item { padding: 2px; margin: 5px; border: 1px solid #afafaf; line-height: 14px; height: 45px; overflow: hidden; }
.timeMachine .item img { max-height: 50px; max-width: 30px; margin-right: 5px; }
.timeMachine .item.sel { background: #eeece5; }
