
/*
.galery img
{
  cursor:   pointer;
  width:    200px;
  height:   200px;
  object-fit: contain;
}
*/



.galery
{
	text-align: center;
	position: relative;
/*
	top: 30px;
*/
}
#galery_preview
{
	text-align: center;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
/*
    background-color: #f1f1f1;
*/
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

#view_box{
	position: relative;
    top: 5%;
	width: 90%;
/*
    height: 90%;
*/
    height: calc(90% - 30px);
	background-color: rgba(38, 38, 38, 0.4);

    object-fit: contain;
}
#view_box a:hover
{
    cursor: pointer;
}

#g_change_l{
	position: fixed;
	left: 5%;
    top: 5%;
	width: 20%; height: 90%;
/*
	background-color: rgba(200, 10, 10, 0.6);
	background: url(../elemek/g_nyil_l.png) no-repeat;
*/
}
#g_change_r{
	position: fixed;
	right: 5%;
    top: 5%;
	width: 60%; height: 90%;
/*
	background-color: rgba(200, 100, 10, 0.6);
	background: url(../elemek/g_nyil_r.png) no-repeat;
*/
}

#view_text{
	font-weight: bold;
	color: #fff;
	position: fixed;
	bottom: 5%;
    width: 100%;
    height: 30px;
}




#mini_box{
	position: relative;
	top: 6px;
	width: 100%;
/*
    height: 100px;
*/
    height: 154px;
	background-color: rgba(38, 38, 38, 0.7);
/*
	float: left;
*/

	overflow-x: auto;
	overflow-y: hidden;
}

#mb_left{
	position: relative;
	top: 6px;
	width: 35px; height: 100px;
/*	background-color: rgba(10, 10, 10, 0.8);*/
	float: left;
	background: url(./images/galeria_left_2.png) no-repeat;
}
#mb_right{
	position: relative;
	top: 6px;
	width: 35px; height: 100px;
/*	background-color: rgba(10, 10, 10, 0.8);*/
	float: left;
	background: url(./images/galeria_right_2.png) no-repeat;
}

/*
#mini_box br{
	display: none; /* ez megszüntetné a sortörést*//*
}
*/

.minik{
	position: relative;
	top: 5px;
	margin-left: 10px;
/*
	width: 124px; height: 70px;
*/
	width: 124px; height: 124px;
	background-color: rgba(10, 10, 10, 0.6);
	float: left;
}



/* ------------------------------------------------------------------ */

.video{
	width: 800px;
	border-style: solid;
	border-width: 5px;
	border-color: #cf722d;
}

#galeri_list{
	line-height: 2.5;
	font-weight: bold;
}

