function CSlideShow (crossFadeDuration,slideShowSpeed)
{
}

CSlideShow.prototype.startPreload = function(Pic)
{
}

CSlideShow.prototype.runSlideShow = function()
{
       $("#content .column-middle script").remove();
       $("#content .column-middle span").remove();
	$("#content .column-middle").cycle();
}
