/*Content -> Gallery*/
#gallery .thumb {
	float:left;
	height:90px;
	width:90px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(../php/gallery/loading.gif);
	background-repeat: no-repeat;
}
#gallery .img {
	border: 1px solid #666666;
}
#gallery a {
	padding:0;
	margin:0;
}
#gallery a.activ {
	font-weight: bold;
}