/* ---------- gallery za detailnata snimka ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 0px;
	padding: 0;
	float: left;
	position: relative;
	width: 220px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 10px;
}
.gallery span {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.gallery .promo {
	background: url(images/promo_prod.gif) no-repeat;
}
.gallery .new {
	background: url(images/new_prod.gif) no-repeat;
}
.gallery .newandpromo {
	background: url(images/promo_new.gif) no-repeat;
}
.gallery .clear {
	background: url(images/clear.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover span {
	background-position: left -32px;
}
/* ---------- gallery za umalenite snimki ----------------------- */
.gallery_s {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery_s li {
	margin: 0px;
	padding: 0;
	float: left;
	position: relative;
	width: 150px;
}
.gallery_s img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 10px;
}
.gallery_s span {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.gallery_s .promo {
	background: url(images/promo_prod.gif) no-repeat;
}
.gallery_s .new {
	background: url(images/new_prod.gif) no-repeat;
}
.gallery_s .newandpromo {
	background: url(images/promo_new.gif) no-repeat;
}
.gallery_s .clear {
	background: url(images/clear.png) no-repeat;
}
.gallery_s a {
	text-decoration: none;
}
.gallery_s a:hover img  {
	border-color: #666;
}
.gallery_s a:hover span {
	background-position: left -32px;
}
/* ---------- gallery za nai malkite 80px ----------------------- */
.gallery_80 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery_80 li {
	margin: 0px;
	padding: 0;
	float: left;
	position: relative;
	width: 80px;
}
.gallery_80 img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 10px;
}
.gallery_80 span {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.gallery_80 .promo {
	background: url(images/promo_prod.gif) no-repeat;
}
.gallery_80 .new {
	background: url(images/new_prod.gif) no-repeat;
}
.gallery_80 .newandpromo {
	background: url(images/promo_new.gif) no-repeat;
}
.gallery_80 .clear {
	background: url(images/clear.png) no-repeat;
}
.gallery_80 a {
	text-decoration: none;
}
.gallery_80 a:hover img  {
	border-color: #666;
}
.gallery_80 a:hover span {
	background-position: left -32px;
}