#WebisodeView #RatingAjaxTarget {
	float: right;
}

#WebisodeView .webisode {
	overflow: hidden;
	zoom: 1;
	width: 640px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	background: transparent url('/img/hr/full.png') no-repeat scroll bottom center;
}

#WebisodeView .height-maintainer {
	width: 640px;
	height: 360px;
}

#WebisodeView .star-container {
	margin: 10px 15px 0 0;
	height: 13px;
	width: 90px;	/* five 18px stars */
}

	#WebisodeView .star-container .star {
		float: left;
		height: 13px;
		width: 18px;
		background: transparent url('/img/webisode/star_off.png') scroll no-repeat top left;
	}
	
	#WebisodeView .star-container .star.full   { background: transparent url('/img/webisode/star_on.png')  scroll no-repeat top left; }
	#WebisodeView .star-container .star.nofull { background: transparent url('/img/webisode/star_off.png') scroll no-repeat top left; }
	#WebisodeView .star-container .star.hover  { background: transparent url('/img/webisode/star_on.png')  scroll no-repeat top left; }

#WebisodeView .other-webisode {
	float: left;
	width: 220px;
	margin: 0 15px 0 0;
}
#WebisodeView .other-webisode.last { margin: 0; }
#WebisodeView .other-webisode h3 { margin-top: 5px; }
#WebisodeView .other-webisode-divider { 
	background: url("/img/hr/full.png") no-repeat scroll center bottom transparent; 
	width: 100%;
	height: 4px;
	margin: 10px 0;
	clear: both;
}
