#stage3 {
	margin: 2em auto 1em 50%;
	height: 240px;
	-webkit-perspective: 1200px;
	-webkit-perspective-origin: 0 90px;
	-moz-perspective: 1200px;
	-moz-perspective-origin: 0 90px;
	-ms-perspective: 1200px;
	-ms-perspective-origin: 0 90px;
}

#rotator3 a {
	position: absolute;
	left: -151px;
	-moz-transform-style: preserve-3d;
}
#rotator3 a img {
	height: 200px;
	box-shadow: 0 16px 15px 0 rgba(210, 198, 198, 0.2), 0 6px 20px 0 #a2bac0d1;
	border-radius: 7px;
	padding: 0px;
	border: 1px solid #6c6c6c;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#rotator3 a:nth-of-type(1) img {
	-webkit-transform: rotateX(-90deg) translateZ(100px);
	-moz-transform: rotateX(-90deg) translateZ(100px);
	-ms-transform: rotateX(-90deg) translateZ(100px);
}
#rotator3 a:nth-of-type(2) img {
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
}
#rotator3 a:nth-of-type(3) img {
	-webkit-transform: rotateX(90deg) translateZ(100px);
	-moz-transform: rotateX(90deg) translateZ(100px);
	-ms-transform: rotateX(90deg) translateZ(100px);
}
#rotator3 a:nth-of-type(n+4) { display: none; }

@-webkit-keyframes rotator3 {
	from { -webkit-transform: rotateX(0deg);  }
	to   { -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotator3 {
	from { -moz-transform: rotateX(0deg);  }
	to   { -moz-transform: rotateX(90deg); }
}
@-ms-keyframes rotator3 {
	from { -ms-transform: rotateX(0deg);  }
	to   { -ms-transform: rotateX(90deg); }
}

#rotator3 {
	-webkit-transform-origin: 0 101px;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 3s;
	-moz-transform-origin: 0 101px;
	-moz-transform-style: preserve-3d;
	-moz-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-moz-animation-duration: 3s;
	-moz-animation-delay: 3s;
	-ms-transform-origin: 0 101px;
	-ms-transform-style: preserve-3d;
	-ms-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-ms-animation-duration: 3s;
	-ms-animation-delay: 3s;
}
#rotator3:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
}
					
/*---------------------------2 nd roatate box---------------------------------*/

#stage4 {
	margin: 2em auto 1em 50%;
	height: 240px;
	-webkit-perspective: 1200px;
	-webkit-perspective-origin: 0 90px;
	-moz-perspective: 1200px;
	-moz-perspective-origin: 0 90px;
	-ms-perspective: 1200px;
	-ms-perspective-origin: 0 90px;
}

#rotator4 a {
	position: absolute;
	left: -151px;
	-moz-transform-style: preserve-3d;
}
#rotator4 a img {
	/*height: 200px;*/
	box-shadow: 0 16px 15px 0 rgba(210, 198, 198, 0.2), 0 6px 20px 0 #a2bac0d1;
	border-radius: 7px;
	padding: 0px;
	border: 1px solid #6c6c6c;
	background: #ffffff;
	/*padding: 10px;
	border: 1px solid #ccc;
	background: #fff;*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#rotator4 a:nth-of-type(1) img {
	-webkit-transform: rotateX(-90deg) translateZ(100px);
	-moz-transform: rotateX(-90deg) translateZ(100px);
	-ms-transform: rotateX(-90deg) translateZ(100px);
}
#rotator4 a:nth-of-type(2) img {
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
}
#rotator4 a:nth-of-type(3) img {
	-webkit-transform: rotateX(90deg) translateZ(100px);
	-moz-transform: rotateX(90deg) translateZ(100px);
	-ms-transform: rotateX(90deg) translateZ(100px);
}
#rotator4 a:nth-of-type(n+4) { display: none; }

@-webkit-keyframes rotator4 {
	from { -webkit-transform: rotateX(0deg);  }
	to   { -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotator4 {
	from { -moz-transform: rotateX(0deg);  }
	to   { -moz-transform: rotateX(90deg); }
}
@-ms-keyframes rotator4 {
	from { -ms-transform: rotateX(0deg);  }
	to   { -ms-transform: rotateX(90deg); }
}

#rotator4 {
/*	-webkit-transform-origin: 0 101px;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 1s;
	-moz-transform-origin: 0 101px;
	-moz-transform-style: preserve-3d;
	-moz-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-moz-animation-duration: 3s;
	-moz-animation-delay: 1s;
	-ms-transform-origin: 0 101px;
	-ms-transform-style: preserve-3d;
	-ms-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-ms-animation-duration: 3s;
	-ms-animation-delay: 1s;*/
	-webkit-transform-origin: 0 101px;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 3s;
	-moz-transform-origin: 0 101px;
	-moz-transform-style: preserve-3d;
	-moz-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-moz-animation-duration: 3s;
	-moz-animation-delay: 3s;
	-ms-transform-origin: 0 101px;
	-ms-transform-style: preserve-3d;
	-ms-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-ms-animation-duration: 3s;
	-ms-animation-delay: 3s;
}
#rotator4:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
}
/*-------------------roatate box 3---------------------------------------------------------*/		
#stage6 {
	margin: 2em auto 1em 50%;
	height: 240px;
	-webkit-perspective: 1200px;
	-webkit-perspective-origin: 0 90px;
	-moz-perspective: 1200px;
	-moz-perspective-origin: 0 90px;
	-ms-perspective: 1200px;
	-ms-perspective-origin: 0 90px;
}

#rotator6 a {
	position: absolute;
	left: -151px;
	-moz-transform-style: preserve-3d;
}
#rotator6 a img {
	box-shadow: 0 16px 15px 0 rgba(210, 198, 198, 0.2), 0 6px 20px 0 #a2bac0d1;
	border-radius: 7px;
	padding: 0px;
	border: 1px solid #6c6c6c;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#rotator6 a:nth-of-type(1) img {
	-webkit-transform: rotateX(-90deg) translateZ(100px);
	-moz-transform: rotateX(-90deg) translateZ(100px);
	-ms-transform: rotateX(-90deg) translateZ(100px);
}
#rotator6 a:nth-of-type(2) img {
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
}
#rotator6 a:nth-of-type(3) img {
	-webkit-transform: rotateX(90deg) translateZ(100px);
	-moz-transform: rotateX(90deg) translateZ(100px);
	-ms-transform: rotateX(90deg) translateZ(100px);
}
#rotator6 a:nth-of-type(n+4) { display: none; }

@-webkit-keyframes rotator6 {
	from { -webkit-transform: rotateX(0deg);  }
	to   { -webkit-transform: rotateX(90deg); }
}
@-moz-keyframes rotator6 {
	from { -moz-transform: rotateX(0deg);  }
	to   { -moz-transform: rotateX(90deg); }
}
@-ms-keyframes rotator6 {
	from { -ms-transform: rotateX(0deg);  }
	to   { -ms-transform: rotateX(90deg); }
}

#rotator6 {
	-webkit-transform-origin: 0 101px;
	-webkit-transform-style: preserve-3d;
	-webkit-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 3s;
	-moz-transform-origin: 0 101px;
	-moz-transform-style: preserve-3d;
	-moz-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-moz-animation-duration: 3s;
	-moz-animation-delay: 3s;
	-ms-transform-origin: 0 101px;
	-ms-transform-style: preserve-3d;
	-ms-animation-timing-function: cubic-bezier(1, 0.2, 0.2, 1);
	-ms-animation-duration: 3s;
	-ms-animation-delay: 3s;
}
#rotator6:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
}
			