@charset "utf-8";
/* CSS Document */

.newstick {
font-family: Arial, sans-serif;
border: 1px solid #C20;
margin-bottom:5xp;
margin-top:5xp;
font-style: italic;
position: relative;
padding: 0 0 0 80px;
padding-left:100px;
box-shadow: 0 2px 5px -3px #000;
border-radius: 3px;

}
.newstick:before {
	height:60px;

display: inline-block;
alignment-adjust:middle;
content: "Latest News";
font-style: normal;
background: #C20;
padding: 10px;
color: #FFF;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
}
.newstick:after {
content: '';
display: block;
top: 0;
left: 80px;
background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
height: 20px;
}

.newstick ul{
	overflow:hidden;
	float:left;
	}
.newstick ul li {
	height:60px;
	display:inline-block;
list-style: none;
padding: 10px 0;
padding-top:5px;
}