#toChange
{
opacity:0;//IE9, Firefox, Chrome, Opera, and Safari
filter:alpha(opacity=0);//IE8 and earlier
}

.se-pre-con {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../images/loader.png) no-repeat center;
}


.flash_home_left, .flash_about_left, .flash_service_left, .flash_contact_left{
	
	animation: movedown 4s;
	-moz-animation: movedown 4s; /* Firefox */
	-webkit-animation: movedown 4s; /* Safari and Chrome */
	-o-animation: movedown 4s; /* Opera */
	-webkit-animation-delay: 2s; 
	animation-delay: 2s; 
	-moz-animation-delay: 2s; 
	-o-animation-delay: 2s; 
	}


.flash_home_right, .flash_about_right, .flash_service_right, .flash_contact_right{
	
	animation: movedown 4s;
	-moz-animation: movedown 4s; /* Firefox */
	-webkit-animation: movedown 4s; /* Safari and Chrome */
	-o-animation: movedown 4s; /* Opera */
	-webkit-animation-delay: 1s; 
	animation-delay: 1s; 
	-moz-animation-delay: 1s; 
	-o-animation-delay: 1s; 
	}
  
@-moz-keyframes movedown { /* Firefox */
    from {
       margin-top:-80px;
    }
    to {
        margin-top:0px;
    }
}
@-webkit-keyframes movedown { /* Safari and Chrome */
    from {
        margin-top:-80px;
    }
    to {
        margin-top:0;
    }
}
@-o-keyframes movedown { /* Opera */
    from {
        margin-top:-80px;
    }
    to {
        margin-top:0;
    }
}
