.jcarousel-container {
	width: 575px;
	padding: 10px;
	float:right;
}

	.jcarousel-container li {
		height:115px;
		width:160px;
		padding: 0 5px;
	}

		.jcarousel-container li img {
			height: 100%;
		}

	.jcarousel-container #header_gallery {
		width: 100%;
		height: 100%;
	}

	.jcarousel-container .header_gallery_nav {
		height:115px;
		padding: 0 5px;
		width:30px;
		cursor:pointer;
		_cursor:hand;
	}

	.jcarousel-container .header_gallery_nav_prev {
		float:left;
		background: transparent url(../images/gallery_left.gif) no-repeat center center;
	}

	.jcarousel-container .header_gallery_nav_next {
		float:right;
		background: transparent url(../images/gallery_right.gif) no-repeat center center;
	}