#newsfeeder {
	background: rgba(0,0,0,.9);
	position: absolute;
	bottom: 35px;
	right: 40px;
	height:100%;
	width:20%;
	min-width: 240px;
	z-index: 10;
	color: white;
	overflow: auto;
}

#newsfeeder .content {
	margin-top: 145px;
	padding: 25px;
}

#newsfeeder .content h2 {
	color:white;
	font-size: 1.3em;
}

#newsfeeder .content p {
	color:white;
	text-align: center;
}

#newsfeeder .content img {
	border:1px solid #666;
	padding:4px;
	border-radius: 4px;
	min-width: 80px;
	
	margin-left: 10px;
	margin-bottom: 10px;
}

#newsfeeder .next {
	font-size: 2em;
	color:white;
	position: relative;
	z-index: 999;
	width: 30px;
	float: right;
	border:0px solid #fff;
	width: 15px;
	height: 15px;
	margin-right: -22px;
	margin-top: 60%;
}

#newsfeeder .next a{
	color:white;
}


#newsfeeder .previous {
	font-size: 2em;
	color:white;
	position: relative;
	z-index: 999;
	width: 30px;
	float: left;
	border:0px solid #fff;
	width: 15px;
	height: 15px;
	margin-left: -22px;
	margin-top: 60%;
}

#newsfeeder .previous a{
	color:white;
}

.feeder {
	display: none;
}


.take_look_link {
	display: none;
}

.image_with_caption {
	border:0px solid white;
	width: 49%;
	float: left;
	height:170px;
}




#newsfeeder { 
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:black;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:black; 

	::-webkit-scrollbar { width: 3px; height: 3px;}
	::-webkit-scrollbar-button {  background-color: #666; }
	::-webkit-scrollbar-track {  background-color: #999;}
	::-webkit-scrollbar-track-piece { background-color: #ffffff;}
	::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
	::-webkit-scrollbar-corner { background-color: #999;}}
	::-webkit-resizer { background-color: #666;}
}
