/***
 * # -- BEGIN LICENSE BLOCK ----------------------------------
 * # magicalHover is a plugin for jQuery.
 * # magicalHover can have a nice animation during the "rollover" on the images
 * # Copyright ClashDesign(C) and magixcjQuery 2009  Gerits Aurelien.
 * # This program is free software: you can redistribute it and/or modify
 * # it under the terms of the GNU Affero General Public License as
 * # published by the Free Software Foundation, either version 3 of the
 * # License, or (at your option) any later version.
 * # This program is distributed in the hope that it will be useful,
 * # but WITHOUT ANY WARRANTY; without even the implied warranty of
 * # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * # GNU Affero General Public License for more details.
 * # You should have received a copy of the GNU Affero General Public License
 * # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * # -- END LICENSE BLOCK ------------------------------------
 ****/
ul.thumb {
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px;
    width: 487px;
	height: 200px;
    background-color: white;
}

ul.thumb li {
    margin: 0;
    padding: 5px;
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
}

ul.thumb li img {
    width: 79px;
    height: 60px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}

ul.thumb li img.hover {
    margin-top: 5px;
    border: none;
}

.title {
    position: absolute;
    color: #fff;
    width: 185px;
    height: 25px;
    margin: 10;
    font-weight: 600;
    padding: 25px 0 0 0;
    text-align: center;
}
