.description {
    padding: 16px;
    margin: 10px 0;
    background:#eee;
}

.sample {
    padding: 5px;
    margin: 0px;
}

h4.stitle {
    color: #666;
    margin: 0 0 5px 0;
}

#cont {
    width: 550px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    padding: 20px;
}

.buttons {
    padding: 5px;
}
.buttons span {
    color: #0080FF;
    padding: 0 5px;
    cursor: pointer;
    font: 10px Verdana;
}
.buttons span.active, 
.buttons span:hover {
    background: #0080FF;
    color: #fff;
}

#box6 {
    position: absolute;
    width: 450px;
}
#box6 span {
    display:block;
}
#handles6_1 {
    float: left;
}
#handles6_2 {
    float: right;
}
.mask6 {
    position: absolute;
    left: 65px;
    width: 450px;
    height: 221px;
    overflow: hidden;
}
.sample6 .buttons{
    clear:both;
    text-align:center;
}

/* ********************************** */

.thumbs{
    width:54px;
}
.thumbs div {
    display:block;
    width:54px;
    height:41px;
    margin-left: 0px;
    margin-bottom: 4px;
    margin-right: 4px;
    cursor:pointer;
}

.thumbs div img {
    display:block;
    width:100%;
    height:100%;
    border:none;
}

.info {
    width:450px;
    height:50px;
    background:#000;
    position:absolute;
    top: 171px;
}
.info p, .info h4{
    color:#fff;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-left: 10px;
    font-family:Arial;
}
.info h4{
    font-size:14px;
    padding-top: 10px;
}
.info h4 a {
    float: right;
    background: #fff;
    color: #000;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
    text-decoration:none
}
span img{
    display:block;
    border:none;
}