
#showHip {
width: 976px;
}

#hipBox {
width: 976px;
height: 125px;
background-color: #000;
color: #666;
background-image: url(img/hipEdge.jpg);
background-repeat: repeat-y;
text-align: left;
}

#hipBox a {
color: #666;
text-decoration: none;
}

#hipBox a:hover {
color: #CCC;
text-decoration: none;
}

#hipWidgets {
width: 976px;
margin-top: 6px;
}

#hipWidgets td {
text-align: left;
}

#hipWidgets img {
opacity:0.7;
filter:alpha(opacity=70);
border:0;
}

#hipWidgets img:hover {
opacity:1;
filter:alpha(opacity=100);
}

