Full width non responsive image slider

Permalink
Hi

Im just wondering is there any full width image sliders out there that are non responsive? or any I can make non responsive?

Here is my Css:

#banner {
margin: 0px;
padding: 0px;
height: 400px;
width: 100%;
position: relative;

background-repeat: no-repeat;
background-image: url(images/banner.jpg);
}

Here is an example of a website im working on:http://www.firstchoicemedia.com.au/testsite1/...

All my divs are non resonsive and normally set my wrapper divs to 940px which works well across all devices.

Please help

johnkidd