$J.extend(true, castfire_player.prototype, {

	// default client init
	playerGuid: "jsomo",
	mediaTemplateURL: "/html/castfire/topvideo_big.html",
	scrollType: "horizontal",
	scrollSpeed: 200,
	rows: 0,
	itemsPerPage: 24,

	//clone methods
	base_init: castfire_player.prototype.init,
	//override methods
	init: function(){
		$J('#' + this.id + " .__playlist-container .__playlist-loading").css({"filter": "Alpha(Opacity=60)"});
		this.base_init();
	}
});

