@charset "utf-8";
/* CSS Document */
/*.tdImg {
	width:200px;
	height:200px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
	margin: 8px;
	padding: 9px;
}

#galerijaTable{
	margin:100px auto;
}*/

#fotoGalerija {
	margin: 40px auto;
	padding: 4px;
	text-align: center;
	width: 450px;

}
#fotoGalerija .slika {
	text-align: center;
	margin: 4px 4px 4px 0px;
	width: 140px;
	float: left;
	height: 100px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	padding: 4px 4px 4px 0px;
}
#fotoGalerija .slika img {
	margin: auto;
	padding: 4px;
	display: block;
	border-width: 0px;
	height: 73px;
	width: 100px;
	border: 1px solid #fff;
}

/*#prevLink{background: url(../lightbox_images/prevlabel.gif) left 15% no-repeat;}
#nextLink {background: url(../lightbox_images/nextlabel.gif) right 15% no-repeat;}*/


#fotoGalerija .slika img:hover {
	border: 1px solid #ccc;
	filter: Gray;
}
