.hidden {
    display: none;
}

#sampleholder {
    position: absolute;
    left: 68px;
    top: 12px;
}

#sampledescription {
   position: absolute;
   left: 68px;
   top: 207px;
}

#samplecontrols {
    position: absolute;
    top: 11px;
    left: 298px;
    width: 55px;
}

#samplecontrols a {
    background: url(../images/dot_g.gif) no-repeat;
}

#samplecontrols a.control_on {
    background: url(../images/dot_r.gif) no-repeat;    
}

#sampledescription a.thickbox {
   background: url(../images/sample_ctl_more_off.gif) no-repeat;
}

#sampledescription a:hover.thickbox {
   background: url(../images/sample_ctl_more.gif) no-repeat;
}
