.ajax-pane{
	background: transparent;
	padding: 20px;
	min-height: 60px;
}

.ajax-pane.loading .content-pane{
	background-image: url(ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.ajax-product-active .product-pack{ opacity: 0.3; }
.ajax-product-active .product-pack.active{ opacity: 1; }