
div.horizontal-pane {
    padding-bottom: 0.4em;
    padding-top: 10px;
    line-height: 7px;
}

ul.ChemCompoundsGrid {
    list-style: outside none none;
    margin: 5px 0 10px -30px;
    width: 770px;
}

ul.ChemCompoundsGrid li.OneCompound {
    float: left;
    height: 122px;
    margin: 0;
    position: relative;
    width: 112px;
}

ul.ChemCompoundsGrid li.OneCompound div {    	
    width: 110px;
    height: 120px;    
    position: absolute;
    background-color: white;
    text-align: center;    
}

ul.ChemCompoundsGrid li.OneCompound text {	
	overflow:hidden;
    color: #0078D0;
    font-weight: bold;
}

 ul.ChemCompoundsGrid li.OneCompound img { 
    height: 100px;
     width: 100px; 
}