#loadingNewsContainer {
	display: none;
	height: 80px;
	background-image: url('../img/stream/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px 80px;
}

#noMoreNews {
	display: none;
	height: 50px;
}

#noMoreNews a {
	border: none;
}

#loadingMoreNews {
	display: none;
	height: 50px;
}

.newsDivContainer {
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	margin: 0 0 15px 0;
}

.newsDivContainer .newsDivImage img {
	width: 100% !important;
	height: auto;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 0 8px 2px #c7c7c7;
	-webkit-box-shadow: 0 0 8px 2px #c7c7c7;
	box-shadow: 0 0 8px 2px #c7c7c7; 
}

.newsDivTitle {
	font-size: 18px;
}

.newsDivImageFloatright {
	float: right;
	width: 30%;
	margin: 0 0 15px 30px !important;
}

.newsDivContainerQuote {
	background-color: #e6e6e6;
	cursor: auto;
}

.newsDivContainerQuote .newsDivTitle {
	text-align: center;
}

.newsDivContainerQuoteImage {
	background-size: 100% auto;
	min-height: 200px;
}

.newsDivContainerQuoteImage .newsDivTitle {
	text-align: center;
}

.newsDivContainerQuoteImage .newsDivTitle {
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin: 0 -15px 0 -15px;
}

.newsDivContainerArticle .newsDivDate, .newsDivContainerArticle .newsDivTitle, .newsDivContainerArticle .newsDivImage, .newsDivContainerArticle .newsDivIntro, .newsDivContainerArticle .newsDivText {
	margin: 0 0 15px 0;
} 

.newsDivContainerArticle .newsDivDate, .newsDivContainerArticle .newsDivText {
	font-size: 12px;
}

.newsDivDetail {
	cursor: auto;
}

a.newsDivButton {
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	background-color: #e6e6e6;
	margin: 0 0 15px 0;
	display: inline-block;	
}

a.newsDivButton:hover {
	border: 1px solid #333333;
}

.tagDivNews {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	margin: 0 0 15px 0;
}