#proImgPopup {
	height: 444px;
	width: 558px;
	background: #FFFFFF;
}
#proImgPopup .header {
	width: 558px;
	position: relative;
	background-color: #4d4d4d;
	height: 27px;
}
#proImgPopup .header h3 {
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 6px;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#proImgPopup .header .popClose {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 5px;
	background-image: url(images/btn_product_popup_close.jpg);
}
#proImgPopup .bigImg {
	width: 558px;
	height: 345px;
	overflow: hidden;
	text-align: center;
}
#proImgPopup .navContainer {
	width: 542px;
	height: 63px;
	overflow: hidden;
	margin: 4px 0 0 10px;
}
#proImgPopup .navContainer li {
	position: relative;
	float: left;
}
#proImgPopup .navContainer .middle {
	width: 509px;
	height: 62px;
	background-image: url(images/product_popup_middle.gif);
	background-repeat: repeat-x;
}
#proImgPopup .navContainer .left .arrowLeft {
	background-image: url(images/btn_product_popup_arrow.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 7px;
}

#proImgPopup .navContainer .left {
	background-image: url(images/btn_product_popup_side.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 62px;
	width: 18px;
}
#proImgPopup .navContainer .left .arrowLeft {
	background-image: url(images/btn_product_popup_arrow.gif);
	width: 7px;
	height: 12px;
	position: absolute;
	top: 24px;
	left: 6px;
}
#proImgPopup .navContainer .right .arrowRight {
	background-image: url(images/btn_product_popup_arrow.gif);
	width: 7px;
	height: 12px;
	position: absolute;
	top: 24px;
	right: 6px;
	background-repeat: no-repeat;
	background-position: -7px 0px;
}
#proImgPopup .navContainer .right {
	background-image: url(images/btn_product_popup_side.gif);
	background-repeat: no-repeat;
	background-position: -18px 0px;
	height: 62px;
	width: 15px;
}
#proImgPopup .navContainer .middle #popupNav {
	height: 62px;
	width: 9999px;
	overflow: hidden;
	position: relative;
}
#proImgPopup .navContainer .middle #slider #popupNav .popupThumb {
	background-color: #FFF;
	text-align: center;
	height: 48px;
	width: 48px;
	border: 1px solid #a6a6a6;
	margin: 0 6px 0 0;
	cursor: pointer;
}
#proImgPopup .navContainer .middle #slider {
	position: relative;
	margin: 6px 0 0 5px;
	width: 504px;
	overflow: hidden;
}
