.border_box
{
    background: #000;
    padding: 5px;
    float: left;
    margin: 0 0 0 0;
}

#cube
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-1.gif) no-repeat left bottom;
}
#tube
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-2.gif) no-repeat left bottom;
}
#block
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-3.gif) no-repeat left bottom;
}
#cubeStop
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-4.gif) no-repeat left bottom;
}
#cubeHide
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-5.gif) no-repeat left bottom;
}
#cubeSize
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-6.gif) no-repeat left bottom;
}
#horizontal
{
    background: url(http://gadephd.org/DesktopModules/WOWSlideShow/images/thumb-7.gif) no-repeat left bottom;
}

.label_skitter
{
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/back-box-label-black.png) repeat-x left top;
    color: #fff;
    display: none;
    border-top: 1px solid #000;
}
.label_skitter p
{
    padding: 10px;
    margin: 0;
    font: normal 22px arial,tahoma;
    letter-spacing: -1px;
}

#skitter_fixed
{
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 5px;
    background: #000;
    z-index: 1000;
    color: #fff;
    -moz-box-shadow: #000 0 0 10px;
    -webkit-box-shadow: #000 0 0 10px;
    box-shadow: #000 0 0 10px;
}