/***
* # -- 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:40px 0px 0px 0px; padding: 0px 10px 0px 0px;;width: 86px;background-color: none;}
ul.thumb li {margin: 0; padding: 0;float: left;position: relative; top: 50px; width: 86px;height: 76px;}
ul.thumb li img {width: 86px; height: 76px;border: 0px solid #ddd;padding: 5px; position: absolute;left: 21px; top: 12px;-ms-interpolation-mode: bicubic;}
ul.thumb li img.hover {margin-top:15px;background:url(thumb_bg.png) no-repeat center center;border: 0px solid black;}

