	.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 105px;
	height: 20px;
	overflow:hidden;
	background: url(/images/stars_large.gif) top left repeat-x;
	position: relative;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:21px;
		height:20px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:21px;
		height: 20px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(/images/stars_large.gif) left bottom;
		_background: url(/images/stars_large.gif) left 20px;
		*background: url(/images/stars_large.gif) left 20px;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:21px;
	}
	.star-rating a.two-stars{
		left:21px;
	}
	.star-rating a.two-stars:hover{
		width: 41px;
	}
	.star-rating a.three-stars{
		left: 41px;
	}
	.star-rating a.three-stars:hover{
		width: 62px;
	}
	.star-rating a.four-stars{
		left: 62px;
	}	
	.star-rating a.four-stars:hover{
		width: 83px;
	}
	.star-rating a.five-stars{
		left: 83px;
	}
	.star-rating a.five-stars:hover{
		width: 105px;
	}
	.star-rating li.current-rating{
		background: url(/images/stars_large.gif) left center;
		position: absolute;
		height: 21px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		




	.sstar-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 16px;
	position: relative;
	overflow:hidden;
	background-image: url(/images/stars_small.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-style: none;
	}
	.sstar-rating li{
		padding:0px;
		margin:0px;
		width:15px;
		height:16px;
		/*\*/
		float: left;
		/* */
	}
	.sstar-rating li {
		display:block;
		width:15px;
		height: 16px;
		line-height:20px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.sstar-rating li a:hover{
		background: url(/images/stars_large.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.sstar-rating sone-star{
		left: 0px;
	}
	.sstar-rating sone-star:hover{
		width:15px;
	}
	.sstar-rating stwo-stars{
		left:15px;
	}
	.sstar-rating stwo-stars:hover{
		width: 30px;
	}
	.sstar-rating sthree-stars{
		left: 30px;
	}
	.sstar-rating sthree-stars:hover{
		width: 45px;
	}
	.sstar-rating sfour-stars{
		left: 45px;
	}	
	.sstar-rating sfour-stars:hover{
		width: 60px;
	}
	.sstar-rating sfive-stars{
		left: 60px;
	}
	.sstar-rating sfive-stars:hover{
	}
	.sstar-rating li.scurrent-rating{
		background: url(/images/stars_small.gif) 0px 20px;
		position: absolute;
		height: 16px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
#wrapper #content #side1 .videobox .info .sstar-rating {
	padding: 0px;
	margin: 0px;
	border-style: none;
}

#side1.front .sstar-rating,#side1.mainvideo .sstar-rating {
	background-image: url(/images/stars_small.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-style: none;
}
#side1.front .sstar-rating li.scurrent-rating,#side1.mainvideo .sstar-rating li.scurrent-rating {
	background-image: url(/images/stars_small.gif);
	background-position: 0px 80px;
	border-style: none;
}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
