div.feature {
    float:left;
    padding:15px;       
}
div.feature img {
    width:250px;
}
div.feature a:hover img {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);

}


