div.slice {
    position: relative;
}

span.left-arrow {
    position: absolute;
    top: 210px;
    left: 10px;
    background: transparent url(../images/slice/LeftArrowTransp.gif) top left no-repeat;
}

span.left-arrow:hover {
    background: transparent url(../images/slice/LeftArrow.gif) top left no-repeat;
}

span.right-arrow {
    position: absolute;
    top: 210px;
    right: 20px;
    background: transparent url(../images/slice/RightArrowTransp.gif) top left no-repeat;
}

span.right-arrow:hover {
    background: transparent url(../images/slice/RightArrow.gif) top left no-repeat;
}


ol.slicer-menu {
    list-style: none; margin: 0; padding: 0;
    position: absolute;
    top: 50px;
    left: 60px;
    display: none;
}

ol.slicer-menu,
ol.slicer-menu li {
    float: left;
}

ol.slicer-menu li {
    margin-right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

ol.slicer-menu li a {
    display: block;
}

li#A {
    width: 30px;
    background: transparent url(../images/slice/A-transp60.png) top left no-repeat;
}

li#w0 {
    width: 28px;
    background: transparent url(../images/slice/w0-transp30.png) top left no-repeat;
}

li#w1 {
    width: 30px;
    background: transparent url(../images/slice/w1-transp30.png) top left no-repeat;
}

li#w2 {
    width: 32px;
    background: transparent url(../images/slice/w2-transp30.png) top left no-repeat;
}

li#w3 {
    width: 33px;
    background: transparent url(../images/slice/w3-transp30.png) top left no-repeat;
}

li#w4 {
    width: 35px;
    background: transparent url(../images/slice/w4-transp30.png) top left no-repeat;
}

li.hover#w0 {
    width: 28px;
    background: transparent url(../images/slice/w0.png) top left no-repeat;
}

li.hover#w1 {
    width: 30px;
    background: transparent url(../images/slice/w1.png) top left no-repeat;
}

li.hover#w2 {
    width: 32px;
    background: transparent url(../images/slice/w2.png) top left no-repeat;
}

li.hover#w3 {
    width: 33px;
    background: transparent url(../images/slice/w3.png) top left no-repeat;
}

li.hover#w4 {
    width: 35px;
    background: transparent url(../images/slice/w4.png) top left no-repeat;
}


a#login-bubble {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

#tagged-slices {
    list-style-type: none; margin: 0; padding: 0;
}

#tagged-slices,
#tagged-slices li {
    float: left;
}

#tagged-slices li {
    margin: 0 15px 15px 0;
}