
@media only screen and (min-width : 320px) and (max-width : 1024px) {
	
	.da-slider{
		width: 98%;
		min-width:98%;
		height: 100%;
	}
	.da-arrows span {
		position:absolute;
		top:20%;
		width:10%;
		height:20%;
		cursor:pointer;
		z-index:2000;
	}
	.da-arrows span.da-arrows-prev {
		background:url(../images/anim/prev.png) top left no-repeat;
		left:15px;
	}
	.da-arrows span.da-arrows-next {
		background:url(../images/anim/next.png) top left no-repeat;
		right:15px;
	}
	.da-arrows span.da-arrows-prev,
	.da-arrows span.da-arrows-next {
		background-size:100%;
	}
	.da-slide h2 {
		text-indent:-5000px;
		margin:0;
		padding:0;
		width:100%;
		height:463px;
		top:0;
		left:0;
	}
	.da-slide p { 
		position:relative;
		display:block;
		padding:0 15%;
		margin:0;
		width:100%;
		height:80%;
		font-size:100%;
		line-height:1.1em;
		background:url(../images/anim/fiche.png) center top no-repeat;
		top:42%;
		left:0%;
		overflow:hidden;
		background-size:90% 70%;
		
		/*border:1px solid red;*/
	}
	.da-slide p img { 
		margin:0 0 0 56%;
	}
	.da-slide p a {
		display:block;
		margin:15px 8px 0 8px;
		width:201px;
		height:41px;
		line-height:41px;
		color:#FFF;
		font-family:'Museo700';
		font-size:120%;
		text-decoration:none;
		text-align:center;
	}
	.da-slide p a.enf {
		background:url(../images/anim/jeu-enfant.png) no-repeat
	}
	.da-slide p a.deuxLignes {
		display:block;
		line-height:15px;
		padding:5px 0 0 0;
		margin:5% auto;
	}
	.da-slide .boite {
		margin: 0 0 0 20%;
		width:60%;
		height:auto;
	}
	.da-slide .boite img {
		max-width:100%;
		display:block;
		margin:0 auto;
	}
	
	.da-slide-current h2 { 
		left:0%;
		opacity:1;
	}
	.da-slide-current p {
		left:0%;
		margin-left:0px;
		opacity:1;
	}
	.da-slide-current .boite {
		left:0%;
		opacity:1;
	}
	
	.da-slider-fb .da-slide h2 {left:0%; opacity:1;}
	.da-slider-fb .da-slide p {left:0%; margin-left:0px; opacity:1;}
	.da-slider-fb .da-slide .boite { left:0%; margin-left:0px; opacity:1;}
	.da-slide-current #fantome1 {left:50%; margin-left:-487px; opacity:1;}
	.da-slide-current #fantome2 {left:50%; margin-left:-360px; opacity:1;}
	.da-slide-current #fantome3 {left:50%; margin-left:350px; opacity:1;}
	.da-slide-current #interro1 {left:50%; margin-left:-406px; opacity:1;}
	.da-slide-current #interro2 {left:50%; margin-left:94px; opacity:1;}
	
	/*@media only screen and (orientation : landscape) {
		.da-slide-current .boite {
			width:40%;
		}
		.da-slide p { 
			left:30%;
			width: 250px;
			background-repeat:no-repeat;
		}
	}*/
	@media only screen and (min-width : 360px) and (max-width : 640px) {
		@media only screen and (orientation : landscape) {
			.da-slide p { 
				left:30%;
				width: 320px;
				background-repeat:no-repeat;
				padding:0 10%;
			}
			.da-slide .boite {
				width:40%;
			}
		}
		@media only screen and (min-width : 481px)  {
			.da-slide .boite {
				width:40%;
			}
			.da-slide p {
				font-size: 80%;
				left:40%;
			}
		}
	}
	@media only screen and (min-width : 768px)  {
		.da-slide .boite {
			width:40%;
		}
		.da-slide p {
			font-size: 80%;
			left:50%;
			width: 320px;
			padding: 0px 10%;
			top:30%;
		}
		@media only screen and (orientation : landscape) {
			.da-slide p {
				font-size: 80%;
				left:55%;
				width: 320px;
				padding: 0px 5%;
				top:30%;
			}
		}
	}
	
	/* Slide in from the right*/
	@-webkit-keyframes fromRightAnim2{
		0%{ left:0%; opacity: 0; }
		100%{ left:0%; margin-left:0%; opacity: 1; }
	}
	@-webkit-keyframes fromRightAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim2{
		0%{ left:0%; opacity: 0; }
		100%{ left:0%; margin-left:0%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim2{
		0%{ left:0%; opacity: 0; }
		100%{ left:0%; margin-left:0%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim2{
		0%{ left:0%; opacity: 0; }
		100%{ left:0%; margin-left:0%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@keyframes fromRightAnim2{
		0%{ left:0%; opacity: 0; }
		100%{ left:0%; margin-left:0%; opacity: 1; }
	}
	@keyframes fromRightAnim3{
		0%{ left: 100%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	
	/* Slide in from the left*/
	@-webkit-keyframes fromLeftAnim2{
		0%{ left:100%; opacity: 0; }
		100%{ left:0%; margin-left:0px; opacity: 1; }
	}
	@-webkit-keyframes fromLeftAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim2{
		0%{ left:100%; opacity: 0; }
		100%{ left:0%; margin-left:0px; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim2{
		0%{ left:100%; opacity: 0; }
		100%{ left:0%; margin-left:0px; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim2{
		0%{ left:100%; opacity: 0; }
		100%{ left:0%; margin-left:0px; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	@keyframes fromLeftAnim2{
		0%{ left:100%; opacity: 0; }
		100%{ left:0%; margin-left:0px; opacity: 1; }
	}
	@keyframes fromLeftAnim3{
		0%{ left: 0%; opacity: 0; }
		100%{ left: 0%; margin-left:20%; opacity: 1; }
	}
	
	/* Slide out to the right */
	@-webkit-keyframes toRightAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-webkit-keyframes toRightAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@-o-keyframes toRightAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-o-keyframes toRightAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@keyframes toRightAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@keyframes toRightAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	
	/* Slide out to the left*/
	@-webkit-keyframes toLeftAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-webkit-keyframes toLeftAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	@keyframes toLeftAnim2{
		0%{ left:0%; margin-left:0px;  opacity: 1; }
		100%{ left:80%; opacity: 0; }
	}
	@keyframes toLeftAnim3{
		0%{ left:0%; margin-left:20%; opacity: 1; }
		100%{ left:100%; opacity: 0; }
	}
	
	@media only screen and (min-width : 360px) and (max-width : 640px) {
		@media only screen and (orientation : landscape) {
			/* Slide in from the right*/
			@-webkit-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:30%; margin-left:0%; opacity: 1; }
			}
			@-webkit-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-moz-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:30%; margin-left:0%; opacity: 1; }
			}
			@-moz-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-o-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:30%; margin-left:0%; opacity: 1; }
			}
			@-o-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-ms-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:30%; margin-left:0%; opacity: 1; }
			}
			@-ms-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:30%; margin-left:0%; opacity: 1; }
			}
			@keyframes fromRightAnim3{
				0%{ left: 100%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			
			/* Slide in from the left*/
			@-webkit-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:30%; margin-left:0px; opacity: 1; }
			}
			@-webkit-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-moz-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:30%; margin-left:0px; opacity: 1; }
			}
			@-moz-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-o-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:30%; margin-left:0px; opacity: 1; }
			}
			@-o-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-ms-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:30%; margin-left:0px; opacity: 1; }
			}
			@-ms-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:30%; margin-left:0px; opacity: 1; }
			}
			@keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
		}
		@media only screen and (min-width : 481px)  {
			/* Slide in from the right*/
			@-webkit-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:40%; margin-left:0%; opacity: 1; }
			}
			@-webkit-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-moz-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:40%; margin-left:0%; opacity: 1; }
			}
			@-moz-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-o-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:40%; margin-left:0%; opacity: 1; }
			}
			@-o-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-ms-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:40%; margin-left:0%; opacity: 1; }
			}
			@-ms-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:40%; margin-left:0%; opacity: 1; }
			}
			@keyframes fromRightAnim3{
				0%{ left: 100%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			
			/* Slide in from the left*/
			@-webkit-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:40%; margin-left:0px; opacity: 1; }
			}
			@-webkit-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-moz-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:40%; margin-left:0px; opacity: 1; }
			}
			@-moz-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-o-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:40%; margin-left:0px; opacity: 1; }
			}
			@-o-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-ms-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:40%; margin-left:0px; opacity: 1; }
			}
			@-ms-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:40%; margin-left:0px; opacity: 1; }
			}
			@keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
		}
	}
	
	@media only screen and (min-width : 768px)  {
		/* Slide in from the right*/
		@-webkit-keyframes fromRightAnim2{
			0%{ left:0%; opacity: 0; }
			100%{ left:50%; margin-left:0%; opacity: 1; }
		}
		@-webkit-keyframes fromRightAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@-moz-keyframes fromRightAnim2{
			0%{ left:0%; opacity: 0; }
			100%{ left:50%; margin-left:0%; opacity: 1; }
		}
		@-moz-keyframes fromRightAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@-o-keyframes fromRightAnim2{
			0%{ left:0%; opacity: 0; }
			100%{ left:50%; margin-left:0%; opacity: 1; }
		}
		@-o-keyframes fromRightAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@-ms-keyframes fromRightAnim2{
			0%{ left:0%; opacity: 0; }
			100%{ left:50%; margin-left:0%; opacity: 1; }
		}
		@-ms-keyframes fromRightAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@keyframes fromRightAnim2{
			0%{ left:0%; opacity: 0; }
			100%{ left:50%; margin-left:0%; opacity: 1; }
		}
		@keyframes fromRightAnim3{
			0%{ left: 100%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		
		/* Slide in from the left*/
		@-webkit-keyframes fromLeftAnim2{
			0%{ left:100%; opacity: 0; }
			100%{ left:50%; margin-left:0px; opacity: 1; }
		}
		@-webkit-keyframes fromLeftAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@-moz-keyframes fromLeftAnim2{
			0%{ left:100%; opacity: 0; }
			100%{ left:50%; margin-left:0px; opacity: 1; }
		}
		@-moz-keyframes fromLeftAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@-o-keyframes fromLeftAnim2{
			0%{ left:100%; opacity: 0; }
			100%{ left:50%; margin-left:0px; opacity: 1; }
		}
		@-o-keyframes fromLeftAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@-ms-keyframes fromLeftAnim2{
			0%{ left:100%; opacity: 0; }
			100%{ left:50%; margin-left:0px; opacity: 1; }
		}
		@-ms-keyframes fromLeftAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		@keyframes fromLeftAnim2{
			0%{ left:100%; opacity: 0; }
			100%{ left:50%; margin-left:0px; opacity: 1; }
		}
		@keyframes fromLeftAnim3{
			0%{ left: 0%; opacity: 0; }
			100%{ left: 0%; margin-left:20%; opacity: 1; }
		}
		
		@media only screen and (orientation : landscape) {
			/* Slide in from the right*/
			@-webkit-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:55%; margin-left:0%; opacity: 1; }
			}
			@-webkit-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-moz-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:55%; margin-left:0%; opacity: 1; }
			}
			@-moz-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-o-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:55%; margin-left:0%; opacity: 1; }
			}
			@-o-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-ms-keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:55%; margin-left:0%; opacity: 1; }
			}
			@-ms-keyframes fromRightAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@keyframes fromRightAnim2{
				0%{ left:0%; opacity: 0; }
				100%{ left:55%; margin-left:0%; opacity: 1; }
			}
			@keyframes fromRightAnim3{
				0%{ left: 100%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			
			/* Slide in from the left*/
			@-webkit-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:55%; margin-left:0px; opacity: 1; }
			}
			@-webkit-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-moz-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:55%; margin-left:0px; opacity: 1; }
			}
			@-moz-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-o-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:55%; margin-left:0px; opacity: 1; }
			}
			@-o-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@-ms-keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:55%; margin-left:0px; opacity: 1; }
			}
			@-ms-keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
			@keyframes fromLeftAnim2{
				0%{ left:100%; opacity: 0; }
				100%{ left:55%; margin-left:0px; opacity: 1; }
			}
			@keyframes fromLeftAnim3{
				0%{ left: 0%; opacity: 0; }
				100%{ left: 0%; margin-left:20%; opacity: 1; }
			}
		}
	}
	
	
}