/*VOTING DEFINITIONS - If you don't know much, change only colors.*/

/*videoratingmain ->  This area is very important. Take care about width and height.
width should be 5*height. And width should be the width of star.gif image width.
*/
.videoratingmain {
position:relative;
background-image:url(star0.png);
background-repeat:repeat-x;
height:12px!important;
width:60px;
}

/*ratingscale ->  The color of vote scale.*/
.ratingscale {
position:absolute;
top:0px;
left:0px;
background-image:url(starfull.png);
height:12px;
}

/*starsofvote ->  Defines voting stars.*/
.starsofvote {
position:absolute;
top:0px;

background-repeat:repeat-x;
height:12px;
}

/*votingscale ->  Defines mouseover color for voting. Width should be 0% as default. System will change the width on mouseover*/
.votingscale{
width:0%;
background-image:url(starover.png);
}
/*VOTING DEFINITIONS - END.*/
