/* galerie*/


.gallery {
	list-style: none;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	position:absolute;
	left:91px; top:420px;
}

.gallery li {
	padding: 5px;
	margin: 8px;
	float: left;
	position: relative;
	width: 170px;
	height: 150px;
	background:url(baza/rama1.jpg) no-repeat;
	 
}

.gallery li img {
	margin-top: 10px; margin-right:5px; margin-left:5px; margin-bottom:inherit;
	border: solid 1px #cabca0;
}



.gallery li a:hover img  {
  border: solid 1px #A08A5A;
 }
 