
/* 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*/
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(http://spunout.ie/images/icons/star-matrix.gif) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .s0star {background-position:0 -0}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .s1star {background-position:0 -96px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .s2star {background-position:0 -112px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .s3star {background-position:0 -128px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .s4star {background-position:0 -144px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater .s5star {background-position:0 -160px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	border-bottom:0px solid #fff;
	z-index: 200;
}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.one a {left:0}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.two a {left:16px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.three a {left:32px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.four a {left:48px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.five a {left:64px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	border-bottom:0px solid #fff;
	background: url(http://spunout.ie/images/icons/star-matrix.gif) no-repeat 0 0
}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.one a:hover {background-position:0 -16px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.two a:hover {background-position:0 -32px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.three a:hover {background-position:0 -48px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.four a:hover {background-position:0 -64px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater ul.rating li.five a:hover {background-position:0 -80px}
/* end rating code */

/*2nd Article Rater*/
/* 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*/
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(http://spunout.ie/images/icons/star-matrix.gif) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .s0star {background-position:0 -0}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .s1star {background-position:0 -96px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .s2star {background-position:0 -112px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .s3star {background-position:0 -128px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .s4star {background-position:0 -144px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 .s5star {background-position:0 -160px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	border-bottom:0px solid #fff;
	z-index: 200;
}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.one a {left:0}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.two a {left:16px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.three a {left:32px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.four a {left:48px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.five a {left:64px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	border-bottom:0px solid #fff;
	background: url(http://spunout.ie/images/icons/star-matrix.gif) no-repeat 0 0
}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.one a:hover {background-position:0 -16px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.two a:hover {background-position:0 -32px;}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.three a:hover {background-position:0 -48px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.four a:hover {background-position:0 -64px}
#mainbody #pagecontent #articlearea #articleholder #article #star-rater2 ul.rating li.five a:hover {background-position:0 -80px}
/* end rating code */

/*Stage Article Rater*/
/* 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*/
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(http://spunout.ie/images/icons/bstar-matrix.gif) no-repeat 0 0;
}

/* add these classes to the ul to effect the change to the correct number of stars */
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .s0star {background-position:0 -0}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .s1star {background-position:0 -96px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .s2star {background-position:0 -112px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .s3star {background-position:0 -128px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .s4star {background-position:0 -144px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater .s5star {background-position:0 -160px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	border-bottom:0px solid #fff;
	z-index: 200;
}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.one a {left:0}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.two a {left:16px;}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.three a {left:32px;}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.four a {left:48px;}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.five a {left:64px;}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	border-bottom:0px solid #fff;
	background: url(http://spunout.ie/images/icons/bstar-matrix.gif) no-repeat 0 0
}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.one a:hover {background-position:0 -16px;}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.two a:hover {background-position:0 -32px;}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.three a:hover {background-position:0 -48px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.four a:hover {background-position:0 -64px}
#mainbody #pagecontent #splash #splash2 #right #central #rating #star-rater ul.rating li.five a:hover {background-position:0 -80px}
/* end rating code */
