/* http://www.bcat.eu/blog/jquery-unobtrusive-background-image-switcher/ */


#bg-body {
    background: none repeat scroll 0 0 #ffffff;
    height: 570px;
    position: absolute;
	left: -50%;
    width: 200%;
}

#bg-body-2 {
    background: none repeat scroll 0 0 #ffffff;
    height: 300px;
    position: absolute;
	left: -50%;
    width: 200%;
}
#bg-body img, #bg-body-2 img, #bg-body-3 img {
   bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index:1;
}
/* SWITCHER NAVIGATION */
#bg-body-navigation, #bg-body-2-navigation {
    /*bottom: 0px;*/
    position: absolute;
	margin-top: 540px;
    text-align: center;
    width: 100%;
    z-index:8;
}

#bg-body-3-navigation {
    /*bottom: 0px;*/
    position: absolute;
	margin-top: 210px;
    text-align: center;
    width: 100%;
    z-index:8;
}
#bg-body-navigation a, #bg-body-2-navigation a, #bg-body-3-navigation a {
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    border-radius:5px;
}
#bg-body-navigation a.active, #bg-body-navigation a:hover, #bg-body-2-navigation  a.active, #bg-body-2-navigation  a.hover, #bg-body-3-navigation  a.active, #bg-body-3-navigation  a.hover{
    background: #19bcef;
}
#bg-body #bg-body-loader, #bg-body-2 #bg-body-2-loader, #bg-body-3 #bg-body-3-loader{
    height:10px;
    width:80px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-5px 0 0 -40px;
    background:url(images/loading.gif) no-repeat center center;
}
#bg-body.loading #bg-body-loader, #bg-body-2 #bg-body2-loader, #bg-body-3 #bg-body3-loader {
    display:block !important;
    z-index:9999;
}
