.center
{
	min-height:600px;
}
.albumok
{
	width:800px;
	display:inline-block;
}

.egykep
{
	display:inline-block;
	padding:10px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:rgb(200,170,70);
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:rgb(200,170,70);
}

.egykep:hover
{
	display:inline-block;
	padding:10px;
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:rgb(150,130,70);
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:rgb(150,130,70);
}
 
.albumlista
{
	list-style-image:url("../gallery/folder.png");
	.list-style-type:square;
	margin-top:10px;
	margin-left:10px;
	font-size: 25px;
	list-style-position:inside;
	display:inline;
} 

.albumlista a
{
	color:rgb(190,180,80);
	font-family:"Century Schoolbook","Arial Black";
	font-size: 35 px;
	font-style:oblique;
	text-transform:capitalize;
	text-decoration:none;
	margin:10px;
}

.egykep img{ 
	float:left; 
	margin:0px;
	padding:0px;
	border-width:2px;
	border-color:SaddleBrown;
	max-width:100px;
	max-height:100px;
}

.egykep img:hover
{
	border-color:blue;
	border-width:2px;
}


.picsor
{
	position:relative;
	float:left;
}
