﻿.jCarouselLite
{
    visibility:hidden;
    border:medium double blue;
}
a.prev, a.next {
        display: block;
        float: left;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url('/image/imageNavLeft.gif') no-repeat left 60px;
    }
a.next {
    background: url('/image/imageNavRight.gif') no-repeat right 60px;
}

