/* Add additional stylesheets below
-------------------------------------------------- */

.containerdiv { 
	position: relative;
	overflow: hidden;
}

.arrowImg { 
	position: absolute; 
	display: block;
	width: 25px;
	height: 37px;
	background-color: rgba(0, 0, 0, 0);
	zoom: 1;
	cursor: pointer;
        opacity: .4;
        filter:alpha(opacity=40);
} 

.arrowImg:hover {
      opacity: 1;
      filter:alpha(opacity=100);
    }


.headlines ul li:before {
content: "\25A0";
font-family: Arial, sans-serif;
color: #E02925;
padding: 0;
top: -2px;
margin-right: 7px;
position: relative;
}

.headlines ul li {
	list-style-type: none;
	line-height: 25px;
}

headdesc p {
	line-height: 170%;
}