/*             styles for the video rater                */	
.rating{
	list-style:none;
	margin: -3px 0 0 0;
	padding:0px;
	width: 150px;
	height: 34px;
	position: relative;
	background: url(/public/images/rating_flames.gif) top left repeat-x;
}
.rating li{
	padding:0px;
	margin:0px;
		
	/*\*/
	float: left;
	/* */
}
.rating li a{
	display:block;
	width:30px;
	height: 34px;
	line-height:34px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.rating li a:hover{
	background: url(/public/images/rating_flames.gif) left center;
	z-index: 2;
	left: 0px;
	border:none;
}
.rating a.one-flame{
	left: 0px;
}
.rating a.one-flame:hover{
	width:30px;
}
.rating a.two-flames{
	left:30px;
}
.rating a.two-flames:hover{
	width: 60px;
}
.rating a.three-flames{
	left: 60px;
}
.rating a.three-flames:hover{
	width: 90px;
}
.rating a.four-flames{
	left: 90px;
}	
.rating a.four-flames:hover{
	width: 120px;
}
.rating a.five-flames{
	left: 120px;
}
.rating a.five-flames:hover{
	width: 150px;
}
/* remove halo effect in firefox   */
a:active{
	outline: none;
}	
.rating li.current-rating{
	background: url(/public/images/rating_flames.gif) left bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 34px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/* For Video Gallery Page */
body#browse .rating{
	margin-left: 3.5em;
	width: 60px;
	height: 13.6px;
	background: url(/public/images/rating_flames_tiny.gif) top left repeat-x;		
}
body#browse .rating li.current-rating{
	background: url(/public/images/rating_flames_tiny.gif) left bottom;
	height: 13.6px;
}
body#browse .rating li{
	height:13.6px;
	width: 12px;
}
