/* style for thumb display */

/* define width, center block [browser compatibility] */
#allThumbsContainer {
                    position:relative;
                    width:390px;
                    }

/* similar to a <br clear="all"> */
#allThumbsContainer:after {
                    content:".";
                    display:block;
                    clear:both;
                    height:0px;
                    visibility:hidden;
                    }
                    
/* thumb row */
.tr                 {
                    position:relative; 
                    float:left;
                    width:390px; 
                    margin-top:7px; 
                    margin-bottom:5px;
                    border:none;
                    }

/* thumb div */
.td                 {
                    position:relative;
                    float:left;
                    width:130px;
                    border:none;
                    margin-left:0px;
                    margin-right:0px;
                    font-family:verdana,arial,helvetica;
                    font-size:10px;
                    text-align:center;
                    }

/* thumb image */
.ti                 {
                    width:100px; 
                    height:54px; 
                    border:none; 
                    }

/* thumb slab */
.ts                 {
                    width:100px; 
                    height:14px; 
                    border:none; 
                    }

/* thumb wing */
.tw                 {
                    position:absolute; 
                    width:10px;  
                    height:54px; 
                    border:none; 
                    top:0px;  
                    left:5px;
                    }
