    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 18px;
        height: 74px;
     text-decoration: none;
        background: url("/data/left.png") left 7px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("/data/right.png") right 7px no-repeat;
        }
            .#jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("/data/imageNavRightHover.gif");
            }
            .#jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("/data/imageNavLeftHover.gif");
            }
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }


    #jCarouselLiteDemo .carousel .jCarouselLite {
     /*   float: left; */
		margin-top: 5px;
        position: relative;
        visibility: hidden;
        left: -5000px;
        height: 71px;
    }


        #jCarouselLiteDemo .carousel li img{
            width: 99px;
            height: 65px;
            margin: 0px;
            border: 0;
        }

.jCarouselLite ul li {
border: 1px #7ec1e8 solid;
margin: 2px;
}

#photoarea {
height: 260px;
}

#photoarea img {
border: 1px #7ec1e8 solid;
}
