/** Global
 ********************************************************** */
img, img
{
    border: 0;
}

/** Content
 ********************************************************** */
.border___box
{
    background: #000;
    padding: 2px;
    float: left;
    margin: 0 0 2px 0;
}

#examples
{
    background: #fff;
    padding: 3px;
    border: 1px solid #999;
}
#examples h2
{
    margin: 0 0 2px 0;
    font: bold 20px consolas,arial;
    letter-spacing: -1px;
    background: #eee;
    padding: 5px;
    color: #003366;
}
#examples h3
{
    float: left;
    width: 120px;
    height: 90px;
    margin: 0 0 0 5px;
    font: normal 16px consolas,arial;
    color: #993300;
    letter-spacing: -1px;
}

#cube
{
    background: url(slideshow/images/thumb-1.gif) no-repeat left bottom;
}
#tube
{
    background: url(slideshow/images/thumb-2.gif) no-repeat left bottom;
}
#block
{
    background: url(slideshow/images/thumb-3.gif) no-repeat left bottom;
}
#cubeStop
{
    background: url(slideshow/images/thumb-4.gif) no-repeat left bottom;
}
#cubeHide
{
    background: url(slideshow/images/thumb-5.gif) no-repeat left bottom;
}
#cubeSize
{
    background: url(slideshow/images/thumb-6.gif) no-repeat left bottom;
}
#horizontal
{
    background: url(slideshow/images/thumb-7.gif) no-repeat left bottom;
}

.label_skitter
{
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(slideshow/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;
}

#download
{
    margin: 1px 0 2px 0;
}
#download a
{
}
#download a img
{
}

#options
{
}
#options h2
{
}
#options h3
{
    font: bold 26px consolas,arial;
    color: #000;
}
#options dl
{
}
#options dt
{
    font: bold 18px consolas,arial;
    border-bottom: 1px dashed #333;
    margin: 2px 0 1px 0;
    color: #004499;
}
#options dd
{
    font: normal 12px consolas,arial,tahoma;
    padding: 0 0 0 10px;
    margin: 0 0 4px 0;
}
#options dd.description
{
    font-size: 14px;
}
#options dd.default
{
    color: #555;
    font-style: italic;
    padding: 0 0 0 20px;
}
#options dd.example
{
    color: #cc0000;
    padding: 0 0 0 20px;
}
#options dd.example span
{
    border: 1px solid #003300;
    background: #007744;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 1px 5px;
}

/** Footer
 ********************************************************** */
#footer
{
    clear: both;
    margin-top: 20px;
}
#footer p
{
}
#footer p a
{
    background: #ccc;
    padding: 2px 10px;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 1px;
    border: 1px solid #999;
}
#footer p a:hover
{
    background: #333;
    color: #fff;
    border: 1px solid #000;
}
