a {
    color: #666666;
    font-style: normal;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.scrollable {
    float: left;
    height: 75px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 840px;
}
.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.items div {
    float: left;
    width: 588px;
}
.scrollable a {
    border-bottom: 6px solid #CCCCCC;
    color: #005BAC;
    float: left;
    font-family: arial;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    text-align: center;
    width: 80px;
}
.scrollable a.hover {
    border-bottom: 6px solid #005BAC;
    color: #000000;
}
.scrollable .active {
    border: 2px solid #000000;
    cursor: default;
    position: relative;
}
a.browse {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 21px;
    margin: 20px 0;
    width: 14px;
}
a.right {
    /*background: url("../images/next-horizontal.png") no-repeat scroll -14px 0 rgba(0, 0, 0, 0);*/
		background: url(../../img/images/next-horizontal.png)/*tpa=http://www.tjjingte.com/img/images/next-horizontal.png*/ no-repeat scroll -14px;
    clear: right;
    margin-right: 0;
}
a.right:hover {
    background-position: -14px 0;
}
a.right:active {
    background-position: 0 0;
}
a.right.disabled {
    background-position: left 0;
}
a.left {
    /*background: url("../images/prev-horizontal.png") no-repeat scroll -14px 0 rgba(0, 0, 0, 0);*/
		background: url(../../img/images/prev-horizontal.png)/*tpa=http://www.tjjingte.com/img/images/prev-horizontal.png*/ no-repeat scroll -14px;
    margin-left: 0;
}
a.left:hover {
    background-position: -14px 0;
}
a.left:active {
    background-position: 0 0;
}
a.left.disabled {
    background-position: left 0;
}
a.up, a.down {
    float: none;
    margin: 10px 50px;
}
a.up:hover {
    background-position: -30px 0;
}
a.up:active {
    background-position: -60px 0;
}
a.down {
    background-position: 0 -30px;
}
a.down:hover {
    background-position: -30px -30px;
}
a.down:active {
    background-position: -60px -30px;
}