#headlines {

    width: 570px; /* important to be same as image width */
    height: 228px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:left;
	margin-bottom:5px;
}

#headlines img{
border:0px;
}

#headlines a{
text-decoration:none;
}

#headlinesContent {
    width: 560px;
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0;
	margin:0;
	margin-left:10px;
	list-style:none;

}
.headlinesImage, {
    float: left;
    position: relative;
	display: none;
}
.headlinesImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 560px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}




.clear {
	clear: both;
}
.headlinesImage span strong {
    font-size: 14px;
	color:#c01e52;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
    opacity: 1 !important;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 228px;
}
.right {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 218px;

}
