a.jqZoom img,div#miniDisplay img {
	border: 1px solid #D7D7D7;
}

div#zoom-swatch-caption {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin: 5px;
}

div#miniDisplay {
	height: 200px;
}

div#miniDisplay div#zoom-swatch-caption {
	float: left;
	margin-left: 10px;
	margin-top: 0;
	clear: both;
	text-align: left;
}

div#miniDisplay ul.swatches {
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 0; float : left;
	clear: right;
	float: left;
}

div#miniDisplay ul.swatches li img {
	border: none;
}

img#select-color {
	margin-top: 3px;
	clear: left;
	float: left;
}

img#roll-over-magnify {
	margin: 3px 0;
}

ul.swatches {
	display: block;
	clear: right;
	line-height: 0;
	float: left;
}

ul.swatches li {
	float: left;
	padding: 2px;
	margin: 3px;
	border: 1px solid #D7D7D7;
	cursor: pointer;
}

ul.swatches li.active,ul.swatches li.hover {
	border: 1px solid #A3C217;
}

div.jqZoomTitle {
	z-index: 5000;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	height: 16px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}

.jqZoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity =                     60);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity =                     80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width: 90px; *
	width: 100px;
	height: 43px; *
	height: 55px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}

.jqZoomWindow {
	border: 1px solid #D7D7D7;
	background-color: #FFF;
	width: 1000px;
	height: 1000px;
}
