﻿ul.thumb {
	float: left;
	list-style: none;
	margin: 20;
	padding: 0;
	width: 800px;
}
ul.thumb li {
	margin: 20;
	padding: 1px;
	float: left;
	position: relative;
	width: 120px;
	height: 120px;
}
ul.thumb li img {
	width: 100px;
	height: 100px;
	border: 1px none #F00;
	padding: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	-ms-interpolation-mode: bicubic;
	background-image: url(zoomer_dosyalar/55.png);
}
ul.thumb li img.hover {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin-top: 20px;
	background: url('zoomer_dosyalar/53.png') no-repeat center;
	}
.title{
	position: absolute;
	width: 0px;
	height: 0px;
	margin: 20;
	font-weight: 900;
	background: url(blue.png) no-repeat center center;
	padding: 17px 0 0 0;
	text-align: center;
	color: #666;
}
