
/* Mark */
ul#star-rating{margin:0px;padding:0;position:absolute;left:0px;top:0;background:transparent; width:86px;}
ul#star-rating li{float:left;height: 15px;width: 17px;display:block;line-height: 19px;text-align: center;}
ul#star-rating li a,
ul#star-rating li a:visited {height: 15px;width: 17px;display:block;line-height: 19px;}

/* ###### 
 Large Stars
###### */

div.zero-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px 0px;
	height:15px;
	width:88px;
	float:left;
}
div.half-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -15px;
	height:15px;
	width:88px;
	float:left;
}
div.one-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -30px;
	height:15px;
	width:88px;
	float:left;
}
div.one_half-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -45px;
	height:15px;
	width:88px;	
	float:left;
}
div.two-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -60px;
	height:15px;
	width:88px;
	float:left;
}
div.two_half-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -75px;
	height:15px;
	width:88px;
	float:left;
}
div.three-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -90px;
	height:15px;
	width:88px;
	float:left;
}
div.three_half-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -105px;
	height:15px;
	width:88px;
	float:left;
}
div.four-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -120px;
	height:15px;
	width:88px;
	float:left;
}
div.four_half-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -135px;
	height:15px;
	width:88px;
	float:left;
}
div.five-stars {
	background:transparent url(../images/stars.gif) no-repeat scroll 0px -150px;
	height:15px;
	width:88px;
	float:left;
}

/* ###### 
 Small Stars
###### */

div.zero-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px 0px;
	height:11px;
	width:59px;
	float:left;
}
div.half-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -15px;
	height:11px;
	width:59px;
	float:left;
}
div.one-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -30px;
	height:11px;
	width:59px;
	float:left;
}
div.one_half-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -45px;
	height:11px;
	width:59px;	
	float:left;
}
div.two-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -60px;
	height:11px;
	width:59px;
	float:left;
}
div.two_half-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -75px;
	height:11px;
	width:59px;
	float:left;
}
div.three-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -90px;
	height:11px;
	width:59px;
	float:left;
}
div.three_half-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -105px;
	height:11px;
	width:59px;
	float:left;
}
div.four-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -120px;
	height:11px;
	width:59px;
	float:left;
}
div.four_half-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -135px;
	height:11px;
	width:59px;
	float:left;
} 
div.five-smallstars {
	background:transparent url(../images/smallstars.gif) no-repeat scroll 0px -150px;
	height:11px;
	width:59px;
	float:left;
}
