.ratingStar {
background-repeat:no-repeat;
cursor:pointer;
display:block;
font-size:0pt;
height:29px;
margin:0px;
padding:0px;
width:28px;
}
.ratingStarReadOnly
{
background-repeat:no-repeat;
display:block;
font-size:0pt;
height:29px;
margin:0px;
padding:0px;
width:28px;	
}
.filledRatingStar {
background-image:url(/Images/guitar_hover.gif);
}
.emptyRatingStar {
background-image:url(/Images/guitar_default.gif);
}
.savedRatingStar {
background-image:url(/Images/guitar_default.gif);
}

div#galleryphoto .ratingStar,div#galleryphoto .ratingStarReadOnly{
width:14px;
height: 15px;
}

div#galleryphoto .filledRatingStar {
background-image:url(/Images/guitar_hover_small.jpg);
}
div#galleryphoto .emptyRatingStar {
background-image:url(/Images/guitar_default_small.jpg);
}
div#galleryphoto .savedRatingStar {
background-image:url(/Images/guitar_default_small.jpg);
}
