#clicktoview.clicktoview {clear: left;} /*Might need to remove this*/
#clicktoview.clicktoview li {
    list-style-type: none;
    display: inline; /*Fixes IE extra space*/
}
#clicktoview.clicktoview ul a {
    display: block;
    border: none;
    height: 33px;
    list-style-type:none;
    text-align: center;
    text-indent: -5000px;
    background: center no-repeat url("../static_media/click_to_viewbg.png");
}

#clicktoview.clicktoview ul li a {/*This is for the mouse over effect*/
    background-position: top;
}
#clicktoview.clicktoview a:hover {/*This is for the mouse over effect*/
    background-position: bottom;
}

#clicktoview.clicktoview a:active {/*This removes that stupid dotted line that goes off the page*/
    outline: none;
}
#clicktoview.clicktoview :focus {/*This removes that stupid dotted line that goes off the page*/
     -moz-outline-style: none;
}