.marquee * {
  margin:0;
  padding:0;
  border:0;
}
.advBill{
	padding-top:5px;
	float:left;
	background: url('/Content/imgs/new_icon.gif') no-repeat transparent center left ;
	padding-left:30px;
}
.AdvImage .item img
{
width:100%;
}
@keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}
@-webkit-keyframes slide {
  from { left: 100%;}
  to { left: -100%;}
}

.marquee { 
float:left;
  color:#414140; 
  width:100%;
  height:20px;
  line-height:20px;
  overflow:hidden;
  position:relative;
   white-space: nowrap;
}

.text-marquee {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:20px;
   white-space: nowrap;
  animation-name: slide;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 30s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count: infinite;
}

.marquee,.marquee a,.marquee a:link
{
white-space: nowrap;
}