﻿/* ========== GRID TYPE 3 ========== */

.grid_pictures {
	clear: left;
}
.grid_item {
	width: 170px;
	margin: 5px 10px 5px 0;
	float: left;
}

.grid_picture {
	width: 168px;
	height: 168px;
	border: 1px solid #eeeeee;
}

.grid_picture img {
	position: absolute;
	margin-top: 0 ! important;
}

.grid_buttons {
	float: left;
	height: 30px;
}

.grid_buttons .zoom {
	float: left;
}

.grid_buttons .zoom {
	width: 23px;
	height: 30px;
	background-image: url('/images/symbols/symb_zoom.png');
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.grid_buttons .zoom a {
	position: absolute;
	height: 30px;
	padding: 0 0 0 23px;
	overflow: hidden;
	width: 0 !important;
	width /**/:23px; /* IE5/Win */
	background-image: url('/images/symbols/symb_zoom.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.grid_buttons .zoom a:hover {
	background-position: -23px 0;
}



