@CHARSET "UTF-8";

.main-wrapper .content-wrapper .sidebar .widget .content.news-container {
	min-height: 100px;
	height: 130px;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .buttons {
	text-align: center;
	padding-top: 10px;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .buttons .next {
	width: 50px;
	min-width: auto;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .buttons .prev {
	width: 50px;
	min-width: auto;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .news {
	width: 100%;
	border-bottom: 1px #FFF solid;
	margin: 5px;
	margin-bottom: 10px;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .news:HOVER {
	border-color: #EEE;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .news .thumbnail {
	width: auto;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.main-wrapper .content-wrapper .sidebar .widget .content.news-container .news .detail {
	width: auto;
	height: auto;
	padding: 5px;
	color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}