	
	
	/*
	*	skin.css
	*
	*/
	
	.cart {
		float: left;		
		height: 88px;
		width: 335x;		
		margin-top: 7px;
	}
	
	.mill-cart-ul {
		width: 276px;
		height: 119px;
	}
	
	.cart-item {
		width: 59px;
		height: 85px;
	}
	
	 .jcarousel-container-horizontal {
		float: left;
		width: 276px;
		padding: 0px 30px;		
	}
	
	 .jcarousel-clip-horizontal {
		width:  276px;
		height: 85px;
	}
	
	 .jcarousel-item-horizontal {
		margin-right: 10px;
	}
	
	 .jcarousel-item-placeholder {
		background: #fff;
		color: #000;
	}
	
	/**
	 *  Horizontal Buttons
	 */
	 .jcarousel-next-horizontal {
		position: absolute;
		top: 12px;
		right: 5px;
		width: 12px;
		height: 47px;
		cursor: pointer;
		background: transparent url(../images/cart_arrow_next.png) no-repeat 0 0;
	}
	
	 .jcarousel-next-horizontal:hover {
		background-position: -12px 0;
	}
	
	 .jcarousel-next-disabled-horizontal,
	 .jcarousel-next-disabled-horizontal:hover,
	 .jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: -24px 0;
	}
	
	 .jcarousel-prev-horizontal {
		position: absolute;
		top: 12px;
		left: 5px;
		width: 12px;
		height: 47px;
		cursor: pointer;
		background: transparent url(../images/cart_arrow_previous.png) no-repeat 0 0;
	}
	
	 .jcarousel-prev-horizontal:hover {
		background-position: -12px 0;
	}
	
	 .jcarousel-prev-disabled-horizontal,
	 .jcarousel-prev-disabled-horizontal:hover,
	 .jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background-position: -24px 0;
	}
	
	
	
