#contact_01{
	border: 0px solid red;
	float:right;
	margin-left:60px;
	top:170px;
	border:0px solid #069;
	width:360px;
	height:480px;
	position:absolute;
	background-image:url(../images/CONTACT/contact_01.gif);
	
-webkit-animation-name: contact_01;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: -1s;
-webkit-animation-timing-function : linear;

-moz-animation-name: contact_01;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: 1;
-moz-animation-delay: -1s;
-moz-animation-timing-function : linear;

animation-name: contact_01;
animation-duration:3s;
animation-iteration-count: 1;
animation-delay: -1s;
animation-timing-function: linear;
}
/* ANIMATION CONTACT SETUP
================================*/
@-webkit-keyframes contact_01{
	0%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	73%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	74%{ 	-moz-transform: scale(.75); opacity:.75;right: -70px;}
	86%{ 	-moz-transform: scale(.75); opacity:0;right: -70px;}
	100%{ 	-moz-transform: scale(1); opacity:0;right: -250px;}
	}
	
@-moz-keyframes contact_01{
	0%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	73%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	74%{ 	-moz-transform: scale(.75); opacity:.75;right: -70px;}
	86%{ 	-moz-transform: scale(.75); opacity:0;right: -70px;}
	100%{ 	-moz-transform: scale(1); opacity:0;right: -250px;}
	}
@keyframes contact_01{
	0%{ 	transform: scale(.25); opacity:0;right: -70px;}
	73%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	74%{ 	-moz-transform: scale(.75); opacity:.75;right: -70px;}
	86%{ 	-moz-transform: scale(.75); opacity:0;right: -70px;}
	100%{ 	-moz-transform: scale(1); opacity:0;right: -250px;}
	}
	
/* ANIMATION FUNCTION
================================*/

 /*animation contact*/
#contact_02{
	float:right;
	margin-left:60px;
	top:170px;
	border:0px solid #069;
	width:360px;
	height:480px;
	position:absolute;
	background-image:url(../images/CONTACT/contact_02.gif);
}
#contact_02 {
-webkit-animation-name: contact_02;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 4s;
-webkit-animation-timing-function : linear;

-moz-animation-name: contact_02;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-delay: 4s;
-moz-animation-timing-function : linear;

animation-name: contact_02;
animation-duration:2s;
animation-iteration-count: 1;
animation-delay: 4s;
animation-timing-function: linear;
}

/* ANIMATION CONTACT SETUP
================================*/
@-webkit-keyframes contact_02{
	0%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	73%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	74%{ 	-moz-transform: scale(.75); opacity:.75;right: -70px;}
	86%{ 	-moz-transform: scale(.75); opacity:0;right: -70px;}
	100%{ 	-moz-transform: scale(1); opacity:0;right: -250px;}
	}
	
@-moz-keyframes contact_02{
	0%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	73%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	74%{ 	-moz-transform: scale(.75); opacity:.75;right: -70px;}
	86%{ 	-moz-transform: scale(.75); opacity:0;right: -70px;}
	100%{ 	-moz-transform: scale(1); opacity:0;right: -250px;}
	}
@keyframes contact_02{
	0%{ 	transform: scale(.25); opacity:0;right: -70px;}
	73%{ 	-moz-transform: scale(.25); opacity:0;right: -70px;}
	74%{ 	-moz-transform: scale(.75); opacity:.75;right: -70px;}
	86%{ 	-moz-transform: scale(.75); opacity:0;right: -70px;}
	100%{ 	-moz-transform: scale(1); opacity:0;right: -250px;}
	}
 /*animation contact*/
#contact_03{
	float:right;
	margin-left:60px;
	top:170px;
	border:0px solid #069;
	width:360px;
	height:480px;
	position:absolute;
	background-image:url(../images/CONTACT/contact_03.gif);
}

#contact_03 {
-webkit-animation-name: contact_03;
-webkit-animation-duration:18s;
-webkit-animation-iteration-count:infinite;
-webkit-transform-origin:50% 100%;
-webkit-animation-delay:5s;
-webkit-animation-timing-function:ease-in-out;
}
 /*animation contact*/
#contact_04{
	float:right;
	margin-left:60px;
	top:170px;
	border:0px solid #069;
	width:353px;
	height:480px;
	position:absolute;
	background-image:url(../images/CONTACT/contact_04.gif);
}


