#jCarouselLiteDemo .carousel  {
    padding: 0px 0 0 0;
    margin: 0 0 0px 0px;
    position: relative;     
}

    #jCarouselLiteDemo .main {
        margin-left: 40px;
    }

              
    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
	display: block;
	float: left;
	width: 30px;
	height: 143px;
	text-decoration: none;
	margin:3px;

	background-image: url(../image/imageNavLeft.gif);
	background-repeat: no-repeat;
	background-position: left 60px;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("../image/imageNavRight.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("../image/imageNavRightHover.gif");
            }
			
			#jCarouselLiteDemo .carousel a.next:active {
                background-image: url("../image/imageNavRightactive.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("../image/imageNavLeftHover.gif");
            } 
			#jCarouselLiteDemo .carousel a.prev:active {
                background-image: url("../image/imageNavLeftactive.gif");
            }  

		 
		
		
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
	
	float: left;
	background-color: #191919;
	/* Needed for rendering without flicker */
        position: relative;
	visibility: hidden;
	left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
	margin: 0;

	
        }
		
		
		  #jCarouselLiteDemo .carousel .jCarouselLite a{
	border: none;
	text-decoration: none;
	
        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
	background-color: #fff;
	width: 150px;
	height: 118px;
	margin: 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #191919;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #191919;
        }
     
#jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
      