* {
	padding: 0;
	margin: 0;
}
body {
}
div.PrdImg {
	display: none;
}
div.temPrdImgActive {
	display: block;
}
div.PrdImg img {
	border: solid 0px #CCCCCC;
}
div#PrdImgshowControls {
	margin-top: 10px;
}
div.PrdImgshowControl {
	border: 1px solid #e1dece;
	float: left;
	margin: 0 0px 0 0;
	color: #554d31;
	text-align: center;
	cursor: pointer;
}
div.PrdImgshowControl span {
	line-height: 36px;
	vertical-align: middle;
}
div.PrdImgshowControlOn {
	color: #FFFFFF;
	background: #333333;
}
div.PrdImgshowControlActive {
	border: 1px solid #990000;
	color: #000000;
	background: #FFFFFF;
}
