/* CSS Document */
/*lightbox version*/
#galerija{
	/*border: 1px solid red;*/
	margin: 0 auto;
	width: 454px;
	text-align: center;
}
a img.photo-small, a img.photo-small-last{
	/*margin-left: 6px;
	margin-right: 6px;*/
	margin: 6px 6px 6px 6px;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
	border: none;
	width: 120px;
	height: 84px;
	/*border: 2px #2B2B2B solid;*/
}
.photo-small-round {
	border: none;
	float: left;
	margin: 6px 8px 6px 8px;
	width: 132px;
	/*height: 119px;*/
	display: block;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}
.photo-small-frame{
	text-align: center;
	border: 1px solid #2B2B2B;
	float: left;
	margin: 0;
	/*width: 132px;
	height: 119px;*/
	display: block;
}
.photo-frame{
	border: 2px solid #2B2B2B;
	border-bottom: none;
}
.photo {
	margin: 0 auto;
}
.title h3{
	/*border: 1px dashed #00CCFF;*/
	margin-top: 5px;
	text-align: left;
	margin-bottom: 15px;
}

.above-photo p{
	text-align: right;
	margin: 0 0 5px 0px;
}
.under-photo{
	background: url(images/photo_gallery_bottom.jpg);
	height: 35px;
}
.previous{
	float: left;
	width: 34%;
	/*border: 1px dashed #66CCFF;*/
	padding-top: 6px;
}
.previous p{
	text-align: right;
}
.next{
	width: 34%;
	/*border: 1px dashed #66CCFF;*/
	float: left;
	padding-top: 6px;
}
.next  p{
	text-align: left;
}
.photo-number{
	width: 30%;
	/*border: 1px dashed #66CCFF;*/
	float: left;
	padding-top: 6px;
}
.photo-number p{
		text-align: center;
}
.comment {
	padding-top: 5px;
	border: 2px solid #2B2B2B;
	border-top: none;
}
