Make sure that your slider Wrapping Container allows you to go fullwidth, and there is no limitation in width / maxwidth.
In case your container is Boxed, and you want to force the Slider to go fullwidth, than simple use the forceFullWidth:"on" parameter !
<script type="text/javascript">
var revapi;
jQuery(document).ready(function() {
revapi = jQuery('.tp-banner').revolution(
{
delay:9000,
startwidth:1170,
startheight:500,
hideThumbs:10,
fullWidth:"on",
forceFullWidth:"on"
});
}); //ready
</script>