.ratings{
float:right;
font-size:12px;
margin:-20px 5px 0px 0px;
width:60px;
height:13px;
}

.ratings ul{
padding:0px;
margin:0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ratings li{
display: inline;
margin: 0;
padding:5px 0px 0px 0px; /* this made IE consistent with FF */
}

.ratings li img {
vertical-align:bottom;
border:none;
}

