.slot { float: left; position: relative; background: #fff; }
.slots {  float: left; position: relative; margin: 0px 0px; }
.special .slot { background: url('../images/soxframe.jpg'); }
.slots.right { float: right; }
/*.slots .slot { margin: 10px; border: 1px solid yellow;  }*/
.image .slot .image { margin: 3px; }
.move .image.activeItem { box-shadow: 0 0 7px 4px gray; }
.slot .image { width: 32px; height: 32px; float: left; margin: 3px; padding: 0!important; color: #fff; background: gray; }
.slot .image .info { background: rgba( 50,50,50, 0.5 ); padding: 1px 2px; float: left; }
.itemInfo { color: #fff; z-index: 80; position: absolute; left: 34px; top: 3px; width: 180px; background: rgba(88,98,170,0.85); border: 2px solid #303d4d; padding: 5px; display: none; line-height: 18px; font-size: 10px; }
.ui-tooltip { background: #161616 !important; border-radius: 0 !important; box-shadow: none !important; }
.ui-tooltip-content { font-size: 10px; line-height: 15px; background: #161616; color: #fff; }

