#homepage #photo_headline {
    z-index:5;
    border: 1px solid #ccc;
}
#homepage #photo_headline ul {
}
#homepage #photo_headline ul li {
    float:left;
    list-style:none;
    padding:0px;
    margin:0px;
    display:none;
}
#homepage #photo_headline ul li.first {
    display:list-item;
}
#homepage #photo_headline ul li p {
    position:relative;
    top:-68px;
    height:58px; /*used to be 75. 75 was to big. it caused a problem with the links underneath the headline. */
	width: 575px;  /*if not set, iexplorer will not show the whole length */
    * html height:80px;
	
	/* for IE */   
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;

    padding:7px 0px 0px 15px; 
    color:#fff !important;
    background-color: #000 !important;
    font-size:12px;
}
#homepage #photo_headline ul li p a {
	color: #ffffff;
}
#homepage #photo_headline ul li p strong {
    display:block;
    font-size:16px;
    font-weight:bold;
}
