.news_list_slider_sidebar{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: relative;
}

.news_list_slider_sidebar div{
	width: 100%;
	height: 100%;
}

.news_list_slider_sidebar:hover div .name{
	opacity: 0.8;
}

.news_list_slider_sidebar .name{
	position: absolute;
	color: #fff;
	background: #026ffc;
	width: auto;
	height: auto;
	bottom: 50px;
	padding: 10px;
	font-size: 16px;
	opacity: 0;
}