hi .... I am new to php and dnt knw much about it . I am trying to apply the image rotator on my front page. So for this i edited the Template.php. I am successfull in applying the image rotator but i want to increase the width of the container . here is the code.

drupal_add_js(path_to_theme('amadou') . '/innerfade/jquery.innerfade.js');
drupal_add_js('
$(document).ready(function(){
$("#header-image img").show();
$("#header-image").innerfade({
speed: 1000,
timeout: 6000,
type: "sequence",
containerheight: "250px"

});
});
', inline);

What should i add in this code to increase the width of the container ? Thanx in advance. :)