.carousel main a img{ border:0px; }

    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;*z-index:1
		border:0px; 
        float: left;
        width: 18px;
        height: 97px;padding-top:59px;
		background-image:url(topprodukty_bg.png);
    }
                    
    #jCarouselLiteDemo .carousel .jCarouselLite {
	width:170px;
	float: left;
	height:156px;
	background-image:url(topprodukty_bg.png);
	background-repeat:repeat-x;
	/* Needed for rendering without flicker */
        position: relative;
	visibility: hidden;
	left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 170px;
            height: 156px;
        }
        
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 170px;
                height: 156px;
            }
            
