@CHARSET "UTF-8";

div#caartgalContainer {
	width: 250px;
	height: 250px;
	padding-top: 10px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -125px;
	display: none;
	text-align: center;
	z-index: 101;
	overflow: hidden;
}

div#content {
	padding: 0;
	margin: 0;
}

div#background {
	background-color: #000;
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	display: none;
	z-index: 100;
}

