	.carousel {
		height:170px;
		margin-top:15px;
		position:relative;
		width: 710px;
	}
	.carousel button {
		/*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
		float:left;
	}
	.carousel a.previous,.carousel a.next {
		display:block;
		float:left;
		width:21px;
		height:147px;
		text-decoration:none;
		background:url("http://www.holtinternational.org/elements/images/filmstrip-arrow-left.jpg") left no-repeat;
		/*90px */
		margin-top:13px;
	}
	.carousel a.next {
		background:url("http://www.holtinternational.org/elements/images/filmstrip-arrow-right.jpg") right no-repeat;
		/*90px */
	}
	/* .carousel a.next:hover {
		background-image:url("images/imageNavRightHover.gif");
	}
	.carousel a.previous:hover {

		background-image: url("images/imageNavLeftHover.gif");
	}
	*/
	.carousel a:hover,.carousel a:active {
		border:none;
		outline: none;
	}
	.carousel .jCarouselLite {
		/*border:1px solid black;
		*/
		float:left;
		margin-top:3px;
		/*background-color:#B4A7A0;
		*/
		/* Needed for rendering without flicker */
		position:relative;
		visibility:hidden;
		left:-5000px;
	}
	.carousel ul {
		margin:0;
	}
	.carousel li img,.carousel li p {
		background-color:#fff;
		width:303px;
		height:147px;
		margin: 10px;
	}