$(document).ready(function(){
  
	$(document).pngFix(); 

});

$(function() {
   $('#slider').cycle({ fx:     'scrollRight',  speed:   300,  timeout: 5000,   next:   '#slider',  pause:   1	 });
   $('#rotator').cycle({ fx:     'scrollRight',  speed:   300,  timeout: 3000,   next:   '#slider',  pause:   1	 });
});