/***
* # -- 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 ------------------------------------
****/
#photopage{
	margin:0 auto;
	position:relative;
	width:700px; padding-top:20px;
}

ul.thumb {float: left;list-style: none;margin: 0; padding-left: 10px;width: 700px;background-color: white;}
ul.thumb li {
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0;
	padding: 5px;
	float: left;
	position: relative;
	width: 105px;
	height: 105px;
	}
ul.thumb li img {width: 100px; height: 100px;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:15px;background:url(../images/thumb_bg.png) no-repeat center center;border: none;}*/
.title{position:absolute;color:#000;width:185px;height:20px;margin:0;font-weight:900;padding:17px 0 0 0;text-align:center; background-color:#ccc;}