/*
        Supersized - Fullscreen Slideshow jQuery Plugin
        Version 3.1
        www.buildinternet.com/project/supersized

        By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
        Released under MIT License / GPL License
*/

        #supersize { position:fixed; left:0; bottom:0px; z-index:-999; height:600px; width:800px; }
                #supersize img{ position:relative; display:none; outline:none; border:none; }
                        #supersize.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }        /*Speed*/
                        #supersize.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }                        /*Quality*/

                #supersize a { z-index:-30; position:absolute; bottom:0; left:0; width:800px; height:600px; background:#111;}
                        #supersize a.prevslide { z-index:-20; }
                        #supersize a.activeslide { z-index:-10; }
                        #supersize a.prevslide img, #supersized a.activeslide img{ display:inline; }

