.news-data {
    color: #555;
    background-color: #fff;
    padding: 1px 5px 1px 5px;
}

.news-title {
	font-size: 1.6em;
	font-family: unset;
}


.news-desc {
    color: #555;
    font-size: 1.4em;
}

.news-container {
    margin: 0px auto 0px;
    padding: 0;
}

.news-container ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}

.news-container ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.news-container ul li  {
    width: 32%;
    display: inline-block;
    text-align: left;
    line-height: normal;
    vertical-align: top;
    margin: 0 1% 2em 0;
}

div.news-title-wrapper{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
}

.news-title {
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:5px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:black;
	color:white;
	opacity:0.7; /* transparency */
	filter:alpha(opacity=70); /* IE transparency */
}



p.news-title-content{
	padding:15px 10px;
	margin:0px;
	font-size: 1.2em;
}
