There's an invalid argument error in IE. grey is different than gray unlike in FF. Actually, IE is inconsistent as lightgrey is correct and lightgray is wrong.
Code:
carousel({id:'carousel_2',
border:'1px solid grey',
BTW, Is there any special reason why you used document.write instead of createElement?