/* Skitter styles */

.box_skitter
{
    position: relative;
    height: 267px;
    background: #F0F0F0;
}
.box_skitter ul
{
    display: none;
}
.box_skitter .container_skitter
{
    overflow: hidden;
    position: relative;
}
.box_skitter .image
{
    overflow: hidden;
}
.box_skitter .image img
{
    display: none;
}

.box_skitter .box_clone
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}
.box_skitter .box_clone img
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button
{
    position: absolute;
    top: 50%;
    left: 35px;
    z-index: 100;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/prev.png) no-repeat left top;
}

.box_skitter .next_button
{
    position: absolute;
    top: 50%;
    right: 35px;
    z-index: 100;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../images/next.png) no-repeat left top;
}

.box_skitter .box_scroll_thumbs
{
    padding: 0 10px;
}

/* ========= kich thuoc khung ==========*/
.box_skitter_large
{
    width: 501px;
    height: 269px;
}


a img, img
{
    border: 0;
}

.border_box
{
    background: #fff;
    float: left;
    margin: 0 0 10px 0;
    -moz-box-shadow: #000 0 0 5px;
}

.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;
}
