.wrapper {
  width:100%;
	height: 133px;
	overflow: hidden;
	background:none;    
}

 /*a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;

}*/
 k1{
     height:230px;
 }




.ticker-list {
	width: 600px;
	padding: 0px;
	list-style: none;
	-webkit-animation: pooja 20s ease-in-out infinite;
	-moz-animation: pooja 20s ease-in-out infinite;
	-ms-animation: pooja 20s ease-in-out infinite;
	-o-animation: pooja 20s ease-in-out infinite;
	animation: pooja 20s ease-in-out infinite;
}

@keyframes "pooja" {
 0% {
    margin-top: 0;
 }
 25% {
    margin-top: -180px;
 }
 50% {
    margin-top: -340px;
 }
 75% {
    margin-top: -510px;
 }
 100% {
    margin-top: 0;
 }

}

@-moz-keyframes pooja {
 0% {
   margin-top: 0;
 }
 25% {
   margin-top: -180px;
 }
 50% {
   margin-top: -340px;
 }
 75% {
   margin-top: -510px;
 }
 100% {
   margin-top: 0;
 }

}

@-webkit-keyframes "pooja" {
 0% {
   margin-top: 0;
 }
 25% {
   margin-top: -180px;
 }
 50% {
   margin-top: -340px;
 }
 75% {
   margin-top: -510px;
 }
 100% {
   margin-top: 0;
 }

}

@-ms-keyframes "pooja" {
	0%  {
	 margin-top: 0;
}
 25% {
   margin-top: -180px;
 }
 50% {
   margin-top: -340px;
 }
 75% {
   margin-top: -510px;
 }
 100% {
   margin-top: 0;
 }

}

 @-o-keyframes "pooja" {
	0%  {
	 margin-top: 0;
}
 25% {
    margin-top: -180px;
 }
 50% {
    margin-top: -340px;
 }
 75% {
    margin-top: -510px;
 }
 100% {
    margin-top: 0;
 }
