#poll_center {
    position: relative;
    width: 320px;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    color: #333;
}

#inner_div {
    width: 320px;
    height: 310px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

#polls_navigation {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 0px;
    height: 21px;
    top: 290px;
    width: 320px;
    background: url(../images/grey_arrows.png) 0px 0px no-repeat;
}

#polls_navigation a {
    cursor: pointer;
    height: 20px;
    display: none;
}

#right_nav {
    float: right;
    background: url(../images/down.png) 0px 4px no-repeat;
    padding: 0px 27px 0px 0px;
    margin: 1px 69px 0px 0px;
}

#left_nav {
    float: left;
    background: url(../images/up.png) 0px 4px no-repeat;
    padding: 0px 0px 0px 27px;
    margin: 1px 0px 0px 69px;
}

#polls_navigation a:hover {
    color: #333;
}

#center_more {
    position: absolute;
    left: 106px;
}