#player {
	background:#EBEBEB;
	padding:10px;
}
	.media_player {
		float:left;
	}	

/*Rating System*/
.thumbs {
	
}
	a.thumbs_up {
		float:left;
		display:block;
		width:30px;
		height:26px;
		background:url(/images/billboard/icon_thumb_up.gif) bottom left no-repeat;
		border-right:1px solid #CCC;
	}
		a.thumbs_up:hover {
			background:url(/images/billboard/icon_thumb_up.gif) top left no-repeat;
		}
	a.thumbs_down {
		float:left;
		display:block;
		width:30px;
		height:26px;
		background:url(/images/billboard/icon_thumb_down.gif) bottom right no-repeat;
	}
		a.thumbs_down:hover {
			background:url(/images/billboard/icon_thumb_down.gif) top right no-repeat;
		}
		.thumbs_up em,
		.thumbs_down em {
			display:none;
		}