/* CSS Document */

#gallery{
	/*border: 3px solid red;*/
	margin: 0 auto;
	width: 100%;
	text-align: center;
	overflow: auto;
}
#gallery img.photo-small{
	/*margin: 6px 6px 6px 6px;*/
	margin: 0 auto;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	border: 1px solid;
	border-top-color: #999;
	border-left-color: #999;
	border-bottom-color:  #999;
	border-right-color: #999;
	/*width: 108px;
	height: 108px;*/
	margin-top: expression(( 116 - this.height ) / 2);
}
#gallery a:hover img.photo-small{
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.photo-small-round {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 16px 20px 0;
	width: 120px;
	height: 120px;
	line-height: 118px;
	display: block;
	text-align: center;
	font-size: 1em;
}
div#strani_gallerija{
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial;
	margin-top: 2em;
}
/*.photo-small-frame{
	border: 1px solid green;
	margin: 20px;
	/*width: 132px;
	height: 119px;
	display: block;
}*/

/*div {
	float: left;
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 5px;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 148px;
	}

a img.photo-small {
	margin-top: expression(( 150 - this.height ) / 2); 
	}*/

div.photo-small-round > a img {    /*hidden from IE 5-6 */
	/*margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
}