.scroll-menu {
    height: 48px;
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.scroll-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.scroll-menu ul li {    
    margin: 0;
    padding: 0;
    display: inline-block;
}

.scroll-menu ul li a {
    display: block;
    color: #818181;
    font-family: 'trebuchet ms';
    /*text-decoration: none;*/
    padding: 15px 35px 0px 35px;
    height: 33px;
}

.scroll-menu ul li a.current {
    background: #e5e5e5;
}

.scroll-menu-right {
    float: right;
    height: 48px;
    width: 38px;
    background: url(/images/ats/buttons/scrollright.png) no-repeat center center;
}

.scroll-menu-left {
    float: left;
    height: 48px;
    width: 38px;
    background: url(/images/ats/buttons/scrollleft.png) no-repeat center center;
}

.filter {
    width: 1000px;
    height: 61px;
    background: url(/images/ats/samples/filter.png);
}

.pagination {
    background: url(/images/ats/backgrounds/pagination.png) repeat-x;
    //height: 18px;
	height: 32px;
    padding-top: 5px;
    text-align: center;
    font-family: 'trebuchet ms';
    font-size: 9pt;
}

.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
}

.pagination ul li a {
    text-decoration: none;
    color: #ababab;
    display: inline-block;
}

.pagination ul li.current a {    
    color: #7f7f7f;
    font-weight: bold;
}

.pagination .arrow {
    position: relative;
    top: 1px;
}

.pagination .first {
    margin: 0;
}

.pagination .first a {
    background: url(/images/ats/buttons/pagination-first.png) no-repeat;
    width: 10px;
    height: 9px;
}

.pagination .prev {
    padding-right: 20px;
}

.pagination .prev a {
    background: url(/images/ats/buttons/pagination-prev.png) no-repeat;
    width: 4px;
    height: 9px;
}

.pagination .last {
    margin: 0;
}

.pagination .last a {
    background: url(/images/ats/buttons/pagination-last.png) no-repeat;
    width: 10px;
    height: 9px;
}

.pagination .next {
    margin-left: 20px;
}

.pagination .next a {
    background: url(/images/ats/buttons/pagination-next.png) no-repeat;
    width: 4px;
    height: 9px;
}
