#zoom {
	background: #545A5D;
	display: none;
	position: absolute;
	z-index: 4;
}

.zoomContents {
	padding: 8px;
	text-align: center;
}

#zoomImg,
#zoomLoader {
	border: 1px solid #C3C3C3;
	margin-bottom: 8px;
}

#zoomLoader {
	display: none;
}

#zoom_price {
	background: url(images/basic/bck_price.png) no-repeat right bottom;
	width: 70px;
	height: 24px;
	line-height: 22px;
	bottom: 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-align: right;
	padding-right: 8px;
}

#zoom_text {
	color: #ECEDED;
	font-weight: bold;
}

.zoomInfo {
	color: #C6C7C7;
}

