.list_news{
	float: left;
	margin-right: 50px;
}

.pictureButtons{
	margin-top: 15px;
	display: block;
	border: none;
	background-color: #1C1C1C;
	color: white;
	width: 200px;
	height: 40px;
	cursor: pointer;
}

.pictureButtons:active, .pictureButtons:hover{
	background-color: #F50002;
}

li{
	list-style-type: none;
}

/*=========================================================*/
/* 							GALLERY						   */
/*=========================================================*/

#gallery_rim{
	position: fixed; 
	display: flex;
	justify-content: center;
	top: 0;
	left: 0; 
	height: 100vh; 
	width: 100vw; 
	z-index: 11; 
	background-color: black; 
	opacity: 0.5;
	cursor: alias;
}

#gallery_picture{
	position: fixed;
	bottom: 20vh;
	height: 75vh;
	z-index: 12;
	cursor: pointer;
}

#gallery_title{
	position: fixed;
	margin-top: -20px;
	color: white;
}

#gallery_menu_wrapper{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 11;
	height: 15vh;
	overflow-x: auto;
	overflow-y: hidden;
}

#gallery_menu{
	height: 100%;
	min-width: 100%;
}

.picture_menu{
	margin-left: 10px;
	cursor: pointer;
}