.da-slider{
	width: 100%;
	height: 500px;
	position: relative;
	margin: 90px auto 10px;
	overflow:hidden;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img,
.da-slide ul,
.da-slide span.code,
.da-slide div.basket_product,
.da-slide div.product_icon{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slide .da-img{
	z-index:50;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide ul,
.da-slider-fb .da-slide .da-link,
.da-slider-fb .da-slide div.basket_product,
.da-slider-fb .da-slide div.product_icon{
	left: 37%;
	opacity: 1;
	direction:ltr;
	text-align:left;
}
.da-slider-fb .da-slide div.product_icon{
	left: 37%;
	opacity: 1;
	direction:ltr;
	text-align:left;
}
.da-slider-fb .da-slide .span.code{
	left: 92% !important;
	opacity: 1;
	direction:ltr;
	text-align:left;
	
}
.da-slider-fb .da-slide .da-img{
	top:-104px;
	left: 0%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 66px;
	width: 50%;
	top: 60px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
	direction:ltr;
	text-align:left;
}
.da-slide p{
	width: 50%;
	top: 155px;
	color: #916c05;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
	direction:ltr;
	text-align:left;
}
.da-slide ul{
	top:148px;
	direction:ltr;
	text-align:left;	
}
.da-slide .da-img{
	text-align: center;
	width: 50%;
	top: -240px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e4b42d;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 61%;
	height: 32px;
	width: 23px;;
	cursor: pointer;
	z-index: 50001;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 43px;
	top: 5px;
	left: 0;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 20px;
}
.da-arrows span.da-arrows-next{
	right: 90px;
}

#en .slider_conntent{height:400px;background-image:url(../../images/en-product_bg.png);background-repeat:no-repeat;background-position:center right;width:85%;position:relative;top:32px;left:-25%;direction:ltr;text-align:left;}
#en .slider_conntent span.code{width:60px;font-weight:bold;
font-family:Tahoma, Geneva, sans-serif;}
#en .da-slide-current h2,
#en .da-slide-current p,
#en .da-slide-current ul{left: 39% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slide-current div.product_icon{left: 80% !important;opacity: 1;}
#en .da-slide-current div.basket_product{left: 72% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slide-current span.code{left: 39% !important;opacity: 1;}
#en .da-slide-current .da-img{left:49% !important;opacity: 1;}

/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright ul{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2	 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright span.code{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromright div.basket_product{
	-webkit-animation: fromRightAnim3 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim3 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim3 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim3 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim3 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromright div.product_icon{	
-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.5s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.5s both;	
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 153%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 105%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 145%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim5{
	0%{ left: 102%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@-moz-keyframes fromRightAnim1{
	0%{ left: 153%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 105%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 145%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-moz-keyframes fromRightAnim5{
	0%{ left: 102%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@-o-keyframes fromRightAnim1{
	0%{ left: 153%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 105%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 145%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-o-keyframes fromRightAnim5{
	0%{ left: 102%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@-ms-keyframes fromRightAnim1{
	0%{ left: 153%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 105%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 145%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-ms-keyframes fromRightAnim5{
	0%{ left: 102%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 153%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 105%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 145%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@keyframes fromRightAnim5{
	0%{ left: 102%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}

/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft ul{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft span.code{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromleft div.basket_product{
	-webkit-animation: fromLeftAnim3 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim3 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim3 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim3 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim3 0.6s ease-in-out 0.5s both;	
}
.da-slide-fromleft div.product_icon{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.5s both;		
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -67%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -115%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -75%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim5{
	0%{ left: -118%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim1{
	0%{ left: -67%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -115%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -75%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim5{
	0%{ left: -118%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@-o-keyframes fromLeftAnim1{
	0%{ left: -67%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -115%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -75%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-o-keyframes fromLeftAnim5{
	0%{ left: -118%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim1{
	0%{ left: -67%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -115%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -75%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim5{
	0%{ left: -118%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}
@keyframes fromLeftAnim1{
	0%{ left: -67%; opacity: 0; }
	100%{ left: 80%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -115%; opacity: 0; }
	100%{ left: 39%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -75%; opacity: 0; }
	100%{ left: 72%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -149%; opacity: 0; }
	100%{ left: 49%; opacity: 1; }
}
@keyframes fromLeftAnim5{
	0%{ left: -118%; opacity: 0; }
	100%{ left: 36%; opacity: 1; }
}

/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
.da-slide-toright ul{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright span.code{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.5s both;
	animation: toRightAnim2 0.6s ease-in-out 0.5s both;	
}
.da-slide-toright div.basket_product{
	-webkit-animation: toRightAnim3 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim3 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim3 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim3 0.6s ease-in-out 0.5s both;
	animation: toRightAnim3 0.6s ease-in-out 0.5s both;	
}
.da-slide-toright div.product_icon{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.5s both;
	animation: toRightAnim1 0.6s ease-in-out 0.5s both;	
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 80%;  opacity: 1; }
	100%{ left: 143%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 39%;  opacity: 1; }
	100%{ left: 109%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 72%;  opacity: 1; }
	100%{ left: 141%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 49%;  opacity: 1; }
	40%{ left: 44%;  opacity: 1; }
	100%{ left: 159%; opacity: 0; }
}
@-webkit-keyframes toRightAnim5{
	0%{ left: 36%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim1{
	0%{ left: 80%;  opacity: 1; }
	100%{ left: 143%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 39%;  opacity: 1; }
	100%{ left: 109%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 72%;  opacity: 1; }
	100%{ left: 141%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 49%;  opacity: 1; }
	40%{ left: 44%;  opacity: 1; }
	100%{ left: 159%; opacity: 0; }
}
@-moz-keyframes toRightAnim5{
	0%{ left: 36%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim1{
	0%{ left: 80%;  opacity: 1; }
	100%{ left: 143%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 39%;  opacity: 1; }
	100%{ left: 109%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 72%;  opacity: 1; }
	100%{ left: 141%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 49%;  opacity: 1; }
	40%{ left: 44%;  opacity: 1; }
	100%{ left: 159%; opacity: 0; }
}
@-o-keyframes toRightAnim5{
	0%{ left: 36%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim1{
	0%{ left: 80%;  opacity: 1; }
	100%{ left: 143%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 39%;  opacity: 1; }
	100%{ left: 109%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 72%;  opacity: 1; }
	100%{ left: 141%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 49%;  opacity: 1; }
	40%{ left: 44%;  opacity: 1; }
	100%{ left: 159%; opacity: 0; }
}
@-ms-keyframes toRightAnim5{
	0%{ left: 36%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim1{
	0%{ left: 80%;  opacity: 1; }
	100%{ left: 143%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 39%;  opacity: 1; }
	100%{ left: 109%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 72%;  opacity: 1; }
	100%{ left: 141%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 49%;  opacity: 1; }
	40%{ left: 44%;  opacity: 1; }
	100%{ left: 159%; opacity: 0; }
}
@keyframes toRightAnim5{
	0%{ left: 36%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft ul{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out both;
	-o-animation: toLeftAnim2 0.6s ease-in-out both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out both;
	animation: toLeftAnim2 0.6s ease-in-out both;
}
.da-slide-toleft span.code{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.5s both;	
}
.da-slide-toleft div.basket_product{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.5s both;	
}
.da-slide-toleft div.product_icon{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim1 0.6s ease-in-out 0.5s both;	
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 80%;  opacity: 1; }
	30%{ left: 85%;  opacity: 1; }
	100%{ left: -14%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 39%;  opacity: 1; }
	30%{ left: 44%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 72%;  opacity: 1; }
	30%{ left: 77%;  opacity: 1; }
	100%{ left: -22%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 49%;  opacity: 1; }
	70%{ left: -19%;  opacity: 0; }
	100%{ left: -9%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim5{
	0%{ left: 36%;  opacity: 1; }
	30%{ left: 41%;  opacity: 1; }
	100%{ left: -58%; opacity: 0; }
}
@-moz-keyframes toLeftAnim1{
	0%{ left: 80%;  opacity: 1; }
	30%{ left: 85%;  opacity: 1; }
	100%{ left: -14%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 39%;  opacity: 1; }
	30%{ left: 44%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 72%;  opacity: 1; }
	30%{ left: 77%;  opacity: 1; }
	100%{ left: -22%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 49%;  opacity: 1; }
	70%{ left: -19%;  opacity: 0; }
	100%{ left: -9%; opacity: 0; }
}
@-moz-keyframes toLeftAnim5{
	0%{ left: 36%;  opacity: 1; }
	30%{ left: 41%;  opacity: 1; }
	100%{ left: -58%; opacity: 0; }
}
@-o-keyframes toLeftAnim1{
	0%{ left: 80%;  opacity: 1; }
	30%{ left: 85%;  opacity: 1; }
	100%{ left: -14%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 39%;  opacity: 1; }
	30%{ left: 44%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 72%;  opacity: 1; }
	30%{ left: 77%;  opacity: 1; }
	100%{ left: -22%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 49%;  opacity: 1; }
	70%{ left: -19%;  opacity: 0; }
	100%{ left: -9%; opacity: 0; }
}
@-o-keyframes toLeftAnim5{
	0%{ left: 36%;  opacity: 1; }
	30%{ left: 41%;  opacity: 1; }
	100%{ left: -58%; opacity: 0; }
}
@-ms-keyframes toLeftAnim1{
	0%{ left: 80%;  opacity: 1; }
	30%{ left: 85%;  opacity: 1; }
	100%{ left: -14%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 39%;  opacity: 1; }
	30%{ left: 44%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 72%;  opacity: 1; }
	30%{ left: 77%;  opacity: 1; }
	100%{ left: -22%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 49%;  opacity: 1; }
	70%{ left: -19%;  opacity: 0; }
	100%{ left: -9%; opacity: 0; }
}
@-ms-keyframes toLeftAnim5{
	0%{ left: 36%;  opacity: 1; }
	30%{ left: 41%;  opacity: 1; }
	100%{ left: -58%; opacity: 0; }
}
@keyframes toLeftAnim1{
	0%{ left: 80%;  opacity: 1; }
	30%{ left: 85%;  opacity: 1; }
	100%{ left: -14%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 39%;  opacity: 1; }
	30%{ left: 44%;  opacity: 1; }
	100%{ left: -53%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 72%;  opacity: 1; }
	30%{ left: 77%;  opacity: 1; }
	100%{ left: -22%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 49%;  opacity: 1; }
	70%{ left: -19%;  opacity: 0; }
	100%{ left: -9%; opacity: 0; }
}
@keyframes toLeftAnim5{
	0%{ left: 36%;  opacity: 1; }
	30%{ left: 41%;  opacity: 1; }
	100%{ left: -58%; opacity: 0; }
}
.slider_conntent {height:400px;background-image:url(../../images/product_bg.png);background-repeat:no-repeat;background-position:center right;width:85%;position:relative;top:32px;}
.slider_conntent h2{font-size:22px;direction:rtl;text-align:right;color:#282526;font-weight:normal;margin-bottom:0;top:81px;font-family:Tahoma, Geneva, sans-serif;direction:ltr;text-align:left;}
.slider_conntent span.code{display:block;width:50px;height:20px;padding:2px 4px;background:#004A98;color:#fff;text-align:center;text-decoration:none;position:absolute;top:32px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;}
.slider_conntent div.basket_product{display:block;width:236px;height:24px;padding:4px 10px;background:#00C6CA;color:#fff;text-align:center;text-decoration:none;top:316px;z-index:2000;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;text-align:left;direction:ltr;font-family:Tahoma, Geneva, sans-serif;font-size:16px;}
#en .slider_conntent div.basket_product label{display:inline;font-size:14px;float:left;font-family:Tahoma, Geneva, sans-serif;padding-left:10px;padding-top:2px;text-align:left;direction:ltr;}
#en .slider_conntent div.basket_product input{width:30px;display:inline;margin:2px 5px 0 14px;height:11px;float:right;text-align:left;direction:ltr;}
#en .slider_conntent div.basket_product a#basket{display:inline-block;width:22px;height:22px;position:absolute;top:4px;text-align:left;direction:ltr;right:10px;font-family:Tahoma, Geneva, sans-serif;font-size:12px;}
.slider_conntent div.product_icon{display:block;width:173px;height:24px;padding:3px 4px;text-decoration:none;top:260px;direction:ltr;text-align:right;}
p.detail{top:127px;text-align: left;direction: ltr;color:#00AAB8;font-family:tahoma;font-style:normal;}
p.cont{top:238px;text-align: left;direction: ltr;color:#00AAB8;font-family:Tahoma, Geneva, sans-serif;font-style:normal;}
p.cont span,p.usage span{color:#282526;font-size:14px;margin-right:10px;font-family:Tahoma, Geneva, sans-serif;}
p.usage{top:265px;text-align: left;direction: ltr;color:#00AAB8;font-family:Tahoma, Geneva, sans-serif;font-style:normal;width:350px;}
ul.detail{text-align: left;direction: ltr;color:#282526;width:46%;top:154px;}
ul.detail li{margin-bottom:10px;list-style:disc;font-family:Tahoma, Geneva, sans-serif;line-height:13px;font-size:13px;}

@media (max-width: 1200px) {
.da-arrows span.da-arrows-prev{left:5px;}
.da-arrows span.da-arrows-next{right: 85px;}
#en .slider_conntent{height:400px;background-image:url(../../images/en-product_bg.png);background-repeat:no-repeat;background-position:center right;width:85%;position:relative;top:32px;left:-12%;direction:ltr;}
#en .da-slide-current h2,
#en .da-slide-current p,
#en .da-slide-current ul{left: 22% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slide-current div.product_icon{left: 70% !important;opacity: 1;}
#en .da-slide-current div.basket_product{left: 63% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slide-current span.code{left: 21% !important;opacity: 1;}
#en .da-slide-current .da-img{left:50% !important;opacity: 1;}

#en .da-img{text-align: center;width: 50%;top: -150px !important;height: 256px;line-height: 320px;}
#en .da-slider-fb .da-slide h2,
#en .da-slider-fb .da-slide p,
#en .da-slider-fb .da-slide ul{left: 22% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slider-fb .da-slide div.basket_product{left: 63% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slider-fb .da-slide div.product_icon{left: 70% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slider-fb .da-slide .span.code{left: 21% !important;opacity: 1;direction:ltr;text-align:left;}
#en .da-slider-fb .da-slide .da-img{top:-104px;left: 50%;opacity: 1;top:-100px;}
}
@media (max-width: 1200px) {
	@-webkit-keyframes fromRightAnim1{
		0%{ left: 143%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-webkit-keyframes fromRightAnim2{
		0%{ left: 102%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-webkit-keyframes fromRightAnim3{
		0%{ left: 136%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-webkit-keyframes fromRightAnim4{
		0%{ left: 149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-webkit-keyframes fromRightAnim5{
		0%{ left: 87%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim1{
		0%{ left: 143%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim2{
		0%{ left: 102%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim3{
		0%{ left: 136%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim4{
		0%{ left: 149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-moz-keyframes fromRightAnim5{
		0%{ left: 87%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim1{
		0%{ left: 143%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim2{
		0%{ left: 102%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim3{
		0%{ left: 136%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim4{
		0%{ left: 149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-o-keyframes fromRightAnim5{
		0%{ left: 87%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim1{
		0%{ left: 143%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim2{
		0%{ left: 102%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim3{
		0%{ left: 136%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim4{
		0%{ left: 149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-ms-keyframes fromRightAnim5{
		0%{ left: 87%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	
	@keyframes fromRightAnim1{
		0%{ left: 143%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@keyframes fromRightAnim2{
		0%{ left: 102%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@keyframes fromRightAnim3{
		0%{ left: 136%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@keyframes fromRightAnim4{
		0%{ left: 149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@keyframes fromRightAnim5{
		0%{ left: 87%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	
	@-webkit-keyframes fromLeftAnim1{
		0%{ left: -77%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-webkit-keyframes fromLeftAnim2{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-webkit-keyframes fromLeftAnim3{
		0%{ left: -84%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-webkit-keyframes fromLeftAnim4{
		0%{ left: -149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-webkit-keyframes fromLeftAnim5{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim1{
		0%{ left: -77%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim2{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim3{
		0%{ left: -84%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim4{
		0%{ left: -149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-moz-keyframes fromLeftAnim5{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim1{
		0%{ left: -77%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim2{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim3{
		0%{ left: -84%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim4{
		0%{ left: -149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-o-keyframes fromLeftAnim5{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim1{
		0%{ left: -77%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim2{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim3{
		0%{ left: -84%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim4{
		0%{ left: -149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@-ms-keyframes fromLeftAnim5{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@keyframes fromLeftAnim1{
		0%{ left: -77%; opacity: 0; }
		100%{ left: 70%; opacity: 1; }
	}
	@keyframes fromLeftAnim2{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	@keyframes fromLeftAnim3{
		0%{ left: -84%; opacity: 0; }
		100%{ left: 63%; opacity: 1; }
	}
	@keyframes fromLeftAnim4{
		0%{ left: -149%; opacity: 0; }
		100%{ left: 49%; opacity: 1; }
	}
	@keyframes fromLeftAnim5{
		0%{ left: -133%; opacity: 0; }
		100%{ left: 21%; opacity: 1; }
	}
	
	@-webkit-keyframes toRightAnim1{
		0%{ left: 70%;  opacity: 1; }
		100%{ left: 133%; opacity: 0; }
	}
	@-webkit-keyframes toRightAnim2{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-webkit-keyframes toRightAnim3{
		0%{ left: 63%;  opacity: 1; }
		100%{ left: 132%; opacity: 0; }
	}
	@-webkit-keyframes toRightAnim4{
		0%{ left: 49%;  opacity: 1; }
		40%{ left: 44%;  opacity: 1; }
		100%{ left: 159%; opacity: 0; }
	}
	@-webkit-keyframes toRightAnim5{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 85%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim1{
		0%{ left: 70%;  opacity: 1; }
		100%{ left: 133%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim2{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim3{
		0%{ left: 63%;  opacity: 1; }
		100%{ left: 132%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim4{
		0%{ left: 49%;  opacity: 1; }
		40%{ left: 44%;  opacity: 1; }
		100%{ left: 159%; opacity: 0; }
	}
	@-moz-keyframes toRightAnim5{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 85%; opacity: 0; }
	}
	@-o-keyframes toRightAnim1{
		0%{ left: 70%;  opacity: 1; }
		100%{ left: 133%; opacity: 0; }
	}
	@-o-keyframes toRightAnim2{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-o-keyframes toRightAnim3{
		0%{ left: 63%;  opacity: 1; }
		100%{ left: 132%; opacity: 0; }
	}
	@-o-keyframes toRightAnim4{
		0%{ left: 49%;  opacity: 1; }
		40%{ left: 44%;  opacity: 1; }
		100%{ left: 159%; opacity: 0; }
	}
	@-o-keyframes toRightAnim5{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 85%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim1{
		0%{ left: 70%;  opacity: 1; }
		100%{ left: 133%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim2{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim3{
		0%{ left: 63%;  opacity: 1; }
		100%{ left: 132%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim4{
		0%{ left: 49%;  opacity: 1; }
		40%{ left: 44%;  opacity: 1; }
		100%{ left: 159%; opacity: 0; }
	}
	@-ms-keyframes toRightAnim5{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 85%; opacity: 0; }
	}
	@keyframes toRightAnim1{
		0%{ left: 70%;  opacity: 1; }
		100%{ left: 133%; opacity: 0; }
	}
	@keyframes toRightAnim2{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	@keyframes toRightAnim3{
		0%{ left: 63%;  opacity: 1; }
		100%{ left: 132%; opacity: 0; }
	}
	@keyframes toRightAnim4{
		0%{ left: 49%;  opacity: 1; }
		40%{ left: 44%;  opacity: 1; }
		100%{ left: 159%; opacity: 0; }
	}
	@keyframes toRightAnim5{
		0%{ left: 21%;  opacity: 1; }
		100%{ left: 85%; opacity: 0; }
	}
	
	@-webkit-keyframes toLeftAnim1{
		0%{ left: 70%;  opacity: 1; }
		30%{ left: 75%;  opacity: 1; }
		100%{ left: -24%; opacity: 0; }
	}
	@-webkit-keyframes toLeftAnim2{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 26%;  opacity: 1; }
		100%{ left: -71%; opacity: 0; }
	}
	@-webkit-keyframes toLeftAnim3{
		0%{ left: 63%;  opacity: 1; }
		30%{ left: 68%;  opacity: 1; }
		100%{ left: -27%; opacity: 0; }
	}
	@-webkit-keyframes toLeftAnim4{
		0%{ left: 49%;  opacity: 1; }
		70%{ left: -19%;  opacity: 0; }
		100%{ left: -9%; opacity: 0; }
	}
	@-webkit-keyframes toLeftAnim5{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 23%;  opacity: 1; }
		100%{ left: -73%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim1{
		0%{ left: 70%;  opacity: 1; }
		30%{ left: 75%;  opacity: 1; }
		100%{ left: -24%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim2{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 26%;  opacity: 1; }
		100%{ left: -71%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim3{
		0%{ left: 63%;  opacity: 1; }
		30%{ left: 68%;  opacity: 1; }
		100%{ left: -27%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim4{
		0%{ left: 49%;  opacity: 1; }
		70%{ left: -19%;  opacity: 0; }
		100%{ left: -9%; opacity: 0; }
	}
	@-moz-keyframes toLeftAnim5{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 23%;  opacity: 1; }
		100%{ left: -73%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim1{
		0%{ left: 70%;  opacity: 1; }
		30%{ left: 75%;  opacity: 1; }
		100%{ left: -24%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim2{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 26%;  opacity: 1; }
		100%{ left: -71%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim3{
		0%{ left: 63%;  opacity: 1; }
		30%{ left: 68%;  opacity: 1; }
		100%{ left: -27%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim4{
		0%{ left: 49%;  opacity: 1; }
		70%{ left: -19%;  opacity: 0; }
		100%{ left: -9%; opacity: 0; }
	}
	@-o-keyframes toLeftAnim5{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 23%;  opacity: 1; }
		100%{ left: -73%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim1{
		0%{ left: 70%;  opacity: 1; }
		30%{ left: 75%;  opacity: 1; }
		100%{ left: -24%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim2{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 26%;  opacity: 1; }
		100%{ left: -71%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim3{
		0%{ left: 63%;  opacity: 1; }
		30%{ left: 68%;  opacity: 1; }
		100%{ left: -27%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim4{
		0%{ left: 49%;  opacity: 1; }
		70%{ left: -19%;  opacity: 0; }
		100%{ left: -9%; opacity: 0; }
	}
	@-ms-keyframes toLeftAnim5{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 23%;  opacity: 1; }
		100%{ left: -73%; opacity: 0; }
	}
	@keyframes toLeftAnim1{
		0%{ left: 70%;  opacity: 1; }
		30%{ left: 75%;  opacity: 1; }
		100%{ left: -24%; opacity: 0; }
	}
	@keyframes toLeftAnim2{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 26%;  opacity: 1; }
		100%{ left: -71%; opacity: 0; }
	}
	@keyframes toLeftAnim3{
		0%{ left: 63%;  opacity: 1; }
		30%{ left: 68%;  opacity: 1; }
		100%{ left: -27%; opacity: 0; }
	}
	@keyframes toLeftAnim4{
		0%{ left: 49%;  opacity: 1; }
		70%{ left: -19%;  opacity: 0; }
		100%{ left: -9%; opacity: 0; }
	}
	@keyframes toLeftAnim5{
		0%{ left: 21%;  opacity: 1; }
		30%{ left: 23%;  opacity: 1; }
		100%{ left: -73%; opacity: 0; }
	}
	
}