Pause on hover

Pause on hover

Hello can someone please help me i have a content sldier that is wrapped in a div called featured and it automatially slides through the images all i need it to do is pause when my mouse is hovered over the div.

here is the code can someone help please?

<script type="text/javascript">

$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 4000, true);

//this is the bit ive tried adding and it doesnt work//

$("#featured").hover(function () {
$("#featured").tabs('disable');
});

});

</script>

any help would be great