body{
	margin: 0;
}
.G_cont{
	width: 676px;
	padding: 0px 12px 0px 12px;
	overflow: hidden;
}
.G_main{
	height: 160px;
	position: relative;
}
.G_imgBCont{
	width: 576px;
	height: 140px;
	padding: 10px 50px 10px 50px;
}
.G_imgCCont{
	width: 160px;
	height: 120px;
	margin: 4px 10px 4px 10px;
	padding: 5px;
	border-radius: 3px 3px 3px 3px;
	border-color: rgb(0, 163, 154);
	border-width: 1px;
	border-style: solid;
	box-shadow: 0px 0px 3px #888888;
	transition: box-shadow 0.2s ease, margin 0.2s ease;
	-o-transition: box-shadow 0.2s ease, margin 0.2s ease;
    -ms-transition: box-shadow 0.2s ease, margin 0.2s ease;
    -moz-transition: box-shadow 0.2s ease, margin 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease, margin 0.2s ease;
	position: absolute;
	z-index = 9;
}
.notransition {
	transition: none !important;
	-o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}
.G_imgCCont:hover{
	margin-top: 1px;
	margin-bottom: 7px;
	box-shadow: 0px 3px 6px #bbbbbb;
}
.G_imgCont{
	width: 160px;
	height: 120px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.G_img{
	height: 100%;
}
.G_prev, .G_next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -28px;
	padding: 16px;
	color: #888888;
	font-weight: bold;
	font-size: 18px;
	transition: 0.2s ease;
	border-radius: 3px 3px 3px 3px;
	background-color: rgba(0, 163, 154, 0.5);
}
/* Position the "next button" to the right */
.G_next {
	right: 0;
	border-radius: 3px 3px 3px 3px;
	background-color: rgba(0, 163, 154, 0.5);
}
/* On hover, add a black background color with a little bit see-through */
.G_prev:hover, .G_next:hover {
	background-color: rgba(0, 163, 154, 0.8);
	color: black;
}
.G_bigImgCont{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	background-color: rgba(32, 32, 32, 0.6);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
	z-Index: 100;
	
}
.G_bigImg{
	margin: auto;
	overflow: hidden;
	max-height: 100vh;
	max-width: 100vw;
	border-radius: 6px 6px 6px 6px;
	border-color: rgb(0, 163, 154);
	border-width: 1px;
	border-style: solid;
	box-shadow: 0px 0px 6px #000000;
	background-color: white;
}
.G_ImgCont{
	max-height: 100%;
	padding: 0px 15px 15px 15px;
	overflow: hidden;
}
.G_BImg{
	max-height: 70vh;
	max-width: 75vw;
}
.G_x{
	min-height: 20px;
	padding: 1vh 0vh 1vh 0vh;
	opacity: 0;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.G_imgX{
	float: right;
	margin-right: 2vh;
	cursor: pointer;
}


