#page4 {
	background: url(../images/p4/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1920px !important;
	height: 1092px !important;
	position: absolute !important;
	overflow: hidden;
	left: 1920px;
	top: 0px;
}

.next{
	position: absolute;
	left: 75px;
	top: 19px;
	width: 41px;
	height: 40px;
}

.previous{
	position: absolute;
	left: 29px;
	top: 19px;
	width: 41px;
	height: 40px;
}





.p4_img1{
animation-name: fadeIn;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 0s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 0s; /* or: Xms */
/* opera */
-o-animation-name: fadeIn;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 0s; /* or: Xms */
/* mozilla */
-moz-animation-name: fadeIn;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 0s; /* or: Xms */
}

.p4_img2{
animation-name: fadeIn;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 1s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 1s; /* or: Xms */
/* opera */
-o-animation-name: fadeIn;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 1s; /* or: Xms */
/* mozilla */
-moz-animation-name: fadeIn;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 1s; /* or: Xms */
}

.p4_img3{
animation-name: rotateInDownRight;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 2s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: rotateInDownRight;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 2s; /* or: Xms */
/* opera */
-o-animation-name: rotateInDownRight;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 2s; /* or: Xms */
/* mozilla */
-moz-animation-name: rotateInDownRight;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 2s; /* or: Xms */
}

.p4_img4{
animation-name: fadeInRight;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 3s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: fadeInRight;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 3s; /* or: Xms */
/* opera */
-o-animation-name: fadeInRight;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 3s; /* or: Xms */
/* mozilla */
-moz-animation-name: fadeInRight;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 3s; /* or: Xms */
}

.p4_img5{
animation-name: fadeInRight;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 4s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: fadeInRight;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 4s; /* or: Xms */
/* opera */
-o-animation-name: fadeInRight;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 4s; /* or: Xms */
/* mozilla */
-moz-animation-name: fadeInRight;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 4s; /* or: Xms */
}


.p4_img6{
animation-name: rotateInDownLeft;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 5s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: rotateInDownLeft;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 5s; /* or: Xms */
/* opera */
-o-animation-name: rotateInDownLeft;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 5s; /* or: Xms */
/* mozilla */
-moz-animation-name: rotateInDownLeft;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 5s; /* or: Xms */
}

.p4_img7{
animation-name: fadeInLeft;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 6s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: fadeInLeft;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 6s; /* or: Xms */
/* opera */
-o-animation-name: fadeInLeft;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 6s; /* or: Xms */
/* mozilla */
-moz-animation-name: fadeInLeft;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 6s; /* or: Xms */
}

.p4_img8{
animation-name: fadeInLeft;
animation-duration: 1s; /* or: Xms */
animation-direction: alternate; /* or: normal */
animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
animation-fill-mode: forwards; /* or: backwards, both, none */
animation-delay: 7s; /* or: Xms */
 /* chrome or safari */
-webkit-animation-name: fadeInLeft;
-webkit-animation-duration: 1s; /* or: Xms */
-webkit-animation-direction: alternate; /* or: normal */
-webkit-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-webkit-animation-fill-mode: forwards; /* or: backwards, both, none */
-webkit-animation-delay: 7s; /* or: Xms */
/* opera */
-o-animation-name: fadeInLeft;
-o-animation-duration: 1s; /* or: Xms */
-o-animation-direction: alternate; /* or: normal */
-o-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-o-animation-fill-mode: forwards; /* or: backwards, both, none */
-o-animation-delay: 7s; /* or: Xms */
/* mozilla */
-moz-animation-name: fadeInLeft;
-moz-animation-duration: 1s; /* or: Xms */
-moz-animation-direction: alternate; /* or: normal */
-moz-animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
-moz-animation-fill-mode: forwards; /* or: backwards, both, none */
-moz-animation-delay: 7s; /* or: Xms */
}

/* fade in Left */
@-webkit-keyframes fadeInLeft {
0% {
	opacity: 0;
	-webkit-transform: translateX(-40px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
}
}

@-moz-keyframes fadeInLeft {
0% {
	opacity: 0;
	-moz-transform: translateX(-40px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
}
}

@-o-keyframes fadeInLeft {
0% {
	opacity: 0;
	-o-transform: translateX(-40px);
}

100% {
	opacity: 1;
	-o-transform: translateX(0);
}
}

@keyframes fadeInLeft {
0% {
	opacity: 0;
	transform: translateX(-40px);
}

100% {
	opacity: 1;
	transform: translateX(0);
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

/* fade in */

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

/* fade in Right */

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(40px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/* rotateInDownRight */

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

/* rotateInDownLeft */

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}


/* Shake */

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
