@charset "windows-1250";
/* CSS Document */

#galery_body{
	width:612px;
	margin-left:1px;
}

	.galery_item{
		float:left;
		width:150px;
		height:190px;
	}

		.image_bg{
			width:140px;
			margin-left:10px;
			height:140px;
			background-image:url(../images/dott_bg.jpg);
			background-repeat:no-repeat;
		}
		
		.galery_text_bg{
			width:140px;
			height:30px;
			margin-left:10px;
			margin-top:5px;
			text-align:center;
		}
		
			.galery_text_bg a{
				color:#1c60a8;
				text-decoration:underline;
			}
			
			.galery_text_bg a:hover{
				text-decoration:none;
			}
	
		.galpict{
			display: block;
			border:0;
		}
	
/*	.image_bg_indent{
		float:left;
		width:10px;
		height:140px;
	}
	
	.no_img{
		float:left;
		width:150px;
		height:150px;
	}

.image_dott{
	width:100%;
	height:10px;
	border-bottom:2px dotted black;
}


#pager a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

	.pager_page{
		text-decoration:none;
	}
	
		.pager_page:hover{
		text-decoration:underline;
		}
	
	.pager_act_page{
		text-decoration:underline;
		color:black;
		font-weight:bold;
	}

form{margin:0;padding:0;}

h1{font-size:14px;}
h2{font-size:13px;}
h3{font-size:12px;}*/