* {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul {
  list-style-type: none;
}
a img {
	border: none;
}
#ad { 
}

/*<----------feed items---------->*/


#main_feed {
  position: absolute;
  top: 0px;
  height: 90px;
  width: 728px;
}

.viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

table {
	height: 100%;
	width: 100%;
}

.item {
    margin-top:-2px;
    margin-left:-2px;
    width: 100%;
    height: 100%;
}
