@charset "utf-8";
/* CSS Document */


.photo-stream li {
	margin: 4px 5px 4px 0;
	display: inline-block;
}
.photo-stream img {
	width: 80px;
	height: 80px;
	border: solid 2px #9ca5ae;
}
.photo-stream img:hover {
	border-color: #E84D1C;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}
a>.news2{
	font-family:Verdana, Geneva, sans-serif;
	color:#063 !important;
	font-size:12px;
	font-style:italic;
	
}

.news2>.badge{
	background:#9DC500;
	font-size:9px;
	color:#fff;
		
}
a~.news2:hover{
	background:#9DC500 !important;
}