Create the custom profile you want then use 'profile = YourProfileName;' Here's an example;
PHP Code:
new GuiControlProfile( "myProfile")
{
bitmap = "myImage.png";
// ETC
}
then
PHP Code:
new GuiControl( "myControl")
{
profile = "myProfile";
// ETC
}