/*.border_box 
{
    background:#000;padding:1px;
	-moz-box-shadow:#000 0 0 5px;
	margin:0 0 10px 0;
	width:800px;
	height:300px;
}*/

#cube
{
    background: url(../images/thumb-1.gif) no-repeat left bottom;
}
#tube
{
    background: url(../images/thumb-2.gif) no-repeat left bottom;
}
#block
{
    background: url(../images/thumb-3.gif) no-repeat left bottom;
}
#cubeStop
{
    background: url(../images/thumb-4.gif) no-repeat left bottom;
}
#cubeHide
{
    background: url(../images/thumb-5.gif) no-repeat left bottom;
}
#cubeSize
{
    background: url(../images/thumb-6.gif) no-repeat left bottom;
}
#horizontal
{
    background: url(../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;}
