/* Sample 1*/

body {font-size: 12px;line-height: 1.7em; font-family: Helvetica,Sans-Serif;}

.sample{
        padding:0px 0px 0px 0px;
        margin:0px 0 0px 0;
        border:0px solid #fff;
        width:800px;
        }
.mask1{
        position:relative;
        width:800px;
        height:400px;
        overflow:hidden;
}
#box1{
        position:absolute;
}
#box1 span{
        display:block;
        float:left;
}
span img{
        display:block;
        border:none;
}
#box1 .buttons{
        text-align:left
}
#box1 .next{
        float:right
}
.sample .buttons{
        clear:both;
}
.sample .mask1{
        border-top:0px solid #ccc;
        border-bottom:0px solid #ccc;
        border-left:0px solid #ccc;
        border-right:0px solid #ccc;
}

.buttons{padding:2px;text-align:right;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}