/*
 Supersized - Fullscreen Background jQuery Plugin Stylesheet
 Version 3.1.3 Core
 www.buildinternet.com/project/supersized
 
 By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
 Released under MIT License / GPL License
 */
div#supersized-loader {
   position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    width: 20px;
    height: 20px;
   
    text-indent: -999em;
    background: url(../img/loader.gif) no-repeat center center;
   
}

div#supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    width: 100%;
}

div#supersized img {
    width: auto;
    height: auto;
    position: relative;
    outline: none;z-index: -997;
    border: none;
	
}
#fs-grid {
	display:none;
}