/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.shell .rater UL{
    background:url(../images/content_rating/star-matrix.gif) no-repeat 0 0;
   	height:28px;
    padding-bottom:2px;
    position:relative;
}

.shell .rater .nostarDefault{background-position:-177px -75px}
.shell .rater .onestarDefault{background-position:-142px -75px}
.shell .rater .twostarDefault{background-position:-107px -75px}
.shell .rater .threestarDefault{background-position:-72px -75px}
.shell .rater .fourstarDefault{background-position:-37px -75px}
.shell .rater .fivestarDefault{background-position:-2px -75px}

.shell .rater .nostarDefaultHalf{background-position:-142px -100px}
.shell .rater .onestarDefaultHalf{background-position:-107px -100px}
.shell .rater .twostarDefaultHalf{background-position:-72px -100px}
.shell .rater .threestarDefaultHalf{background-position:-37px -100px}
.shell .rater .fourstarDefaultHalf{background-position:-2px -100px}
.shell .rater .fivestarDefaultHalf{background-position:-2px -75px}

.shell .rater .nostarHover{background-position:-177px 0}
.shell .rater .onestarHover{background-position:-142px 0}
.shell .rater .twostarHover{background-position:-107px 0}
.shell .rater .threestarHover{background-position:-72px 0}
.shell .rater .fourstarHover{background-position:-37px 0}
.shell .rater .fivestarHover{background-position:-2px 0}

.shell .rater .nostar{background-position:-177px -25px}
.shell .rater .onestar{background-position:-142px -25px}
.shell .rater .twostar{background-position:-107px -25px}
.shell .rater .threestar{background-position:-72px -25px}
.shell .rater .fourstar{background-position:-37px -25px}
.shell .rater .fivestar{background-position:-2px -25px}

.shell .rater .nostarHalf{background-position:-142px -50px}
.shell .rater .onestarHalf{background-position:-107px -50px}
.shell .rater .twostarHalf{background-position:-72px -50px}
.shell .rater .threestarHalf{background-position:-37px -50px}
.shell .rater .fourstarHalf{background-position:-2px -50px}

.shell .rater .fivestarHalf{
	background-position:-2px -25px;
}

.shell .rater UL LI{
	cursor:pointer;
	text-indent:-999em;
}
.shell .rater UL LI A{
	position:absolute;
	left:0;
	top:0;
	width:35px;
	height:28px;
	text-decoration:none;
	z-index:200;
}
.shell .rater UL LI.one A{left:2px;}
.shell .rater UL LI.two A{left:37px;}
.shell .rater UL LI.three A{left:72px;}
.shell .rater UL LI.four A{left:107px;}
.shell .rater UL LI.five A{left:142px;}
