the code to look for is:
$CKEditor->editor("ContentValue", $CKEditor_initialValue, $CKEditor_config);
change it to:
$CKEditor_config["stylesCombo_stylesSet"] = "my_styles:style_lists/stylelist1.js";
$CKEditor->editor("ContentValue", $CKEditor_initialValue, $CKEditor_config);