#jCarouselLiteDemo {
	margin-top: 0px;
	/* border: solid 1px black; */
}
#jCarouselLiteDemo UL {
  margin: 0;
	padding: 0;
	list-style: none;
}
#jCarouselLiteDemo .digg {
	position: absolute;
	left: 610px;
	top: 110px;
}
#jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
	display: block;
	width: 22px;
	height: 114px;
	text-decoration: none;
	background: url("/images/slider-left.jpg") left no-repeat;
}
#jCarouselLiteDemo .carousel a.next {
	background: url("/images/slider-right.jpg") right no-repeat;
}
#jCarouselLiteDemo .carousel a.next:hover {
	background-image: url("/images/slider-right.jpg");
}
#jCarouselLiteDemo .carousel a.prev:hover {
	background-image: url("/images/slider-left.jpg");
}
#jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
	border: none;
	outline: none;
}
#jCarouselLiteDemo .carousel .jCarouselLite {
	/* border: 1px solid lightgray; */
	/*   float: left; */
	background-color: white;
  /* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
	/* height: 150px; */
}
#jCarouselLiteDemo .carousel li img {
	margin: 0;
	padding: 0;
  background-color: #fff;
	margin: 0 7px;
  width: 148px;
  height: 109px;
	/* margin: 10px 10px 0px 10px; */
	border: 0px;
}