/* CSS Document */
@keyframes move
{
0% {transform: translateX(0px);}
100% {transform: translateX(1155px);}
}

.view1 {
		width: 500px; 
		height: 200px; 
		overflow: hidden; 
		border-radius:150px;
		border: solid 5px #FFFFFf;
		margin:auto;
				}
				