    a.prev, a.next {
        display: block;
        width: 40px;
        height: 25px;
        text-decoration: none;
        background: url("pic/imageNavLeft.png") left 0 no-repeat;
		margin:0;
		border:0;
		position:absolute;
		top:75px; 
		left:-30px;
		z-index:100;
    }
        a.next {
			left:auto; right:-30px;
            background: url("pic/imageNavRight.png") right 0 no-repeat;
        }
            a.next:hover {
                background-image: url("pic/imageNavRightHover.png");
            }
            a.prev:hover {
                background-image: url("pic/imageNavLeftHover.png");
            }    
            a:hover, a:active {
                outline: none;
            }                 
   .jCarouselLite {
        position: relative;
        visibility: hidden;
        left: -5000px;
		padding-top:20px;
		margin:0 auto;
        
    }

#jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next { font-size:0;}
#jCarouselLiteDemo .carousel .jCarouselLite li { line-height:0; font-size:0;}
/*\\\\\\\\\17.12.2010\\\\\\\\\*/

.carousel { position:relative; left:0; width:640px; margin:0 auto;}
#jCarouselLiteDemo a.disabled { display:none;}