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

/* SABRINA NGAI                */

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

#thumbnail {
margin-top: 0px;
/*padding-top: 20px !important;*/
padding: 20px 0 0 18px;
list-style: none;
width: 330px; /*IE needs width to render correctly*/
height: 28px;
position: relative;
}

#thumbnail li {
padding: 0;
margin: 0;
float: left;
}

#thumbnail li a {
display: block;
background: url(../images/btn_thumbnail.gif) no-repeat left -28px;
overflow: hidden;
height: 0px !important;
height /**/:28px;
width: 28px;
padding-top: 28px;
}

#thumbnail li a:hover, #thumbnail li .selected {
background: url(../images/btn_thumbnail.gif) no-repeat left 0px;
text-indent: -20px;
color: #000;
}