* { margin: 0; padding: 0; } 
img{ cursor:pointer; cursor:hand;} 
a img { border: none;} 
ul { list-style-type: none; margin: 0; padding: 0; } 
a:active, a:focus { outline: none; ie-dummy: expression(this.hideFocus=true);}

#ad { background-image: url("images/300x250.gif"); }

.feed_content { width: 122px; height: 248px; position: absolute; top: 1px; left: 1px;}
.feed_content .viewport { width: 100%; height: 100%; overflow: hidden; }

table { width: 100%; height: 100%; border-spacing: 0px; padding: 0px; margin: 0px;  border-collapse:collapse;}

.items, .item { height: 100%; }
.item { cursor: pointer; font-family: Helvetica; text-align: center;}

.nav_arrows { position: absolute; top: 224px; width: 122px; }
.nav_arrows li { position: absolute; top: 0; }
.nav_arrows li.nav_previous { left: 0px; }
.nav_arrows li.nav_next { right: 0px; }
.nav_arrows li a { display: block; width: 24px; height: 24px; text-indent: -999em; background-image: url("images/arrows.gif");}
.nav_arrows li.nav_previous a { background-position: 0 0 ;}
.nav_arrows li.nav_next a { background-position: 24px 24px;}
