    #jCarouselLiteDemo {
	
		border:#aaa 1px solid;
		margin-bottom:10px;
		margin-top:0;
	}
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 100px;
    }

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 30px;
        height: 123px;
        text-decoration: none;
        background: url("../pics/imageNavLeft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("../pics/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("../pics/imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("../pics/imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 


    #jCarouselLiteDemo .carousel .jCarouselLite {
      /*  border: 1px solid lightgray;*/
     /*   float: left; */
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
        height: 130px;
    }


        #jCarouselLiteDemo2 .carousel li img{
            width: 135px;
            height: 80px;
         /*   margin: 20px 10px 5px 10px;
            border: #aaaaaa 1px solid;*/
        }

#karusel li {
	width:145px;
	height: 130px;
 }
 
#karusel .imgspan{
	display:block;
	width: 137px; 
	height: 82px; 
	border: 1px #666 solid; 
	margin: 15px 5px 5px 0;
	overflow:hidden;
	float:left;
}
#karusel li img{
	width: 135px;
	height: auto;
	min-height: 80px; 
	/*margin: 10px 10px 0px 10px;*/
	border: 0px;
}
#karusel .news_title, #karusel .news_title a{
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#karusel .news_title a:hover{
	text-decoration:underline;
}