#item_nav {
	text-align: center;
	}
#item_nav .dir {
	width: 41px;
	height: 19px;
	}
#item_nav .pos {
	width: 15px;
	height: 19px;
	}
#content {
	background: white;
	color: black;
	}
#content #image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 565px;
	height: 377px;
	}
#content #image img {
	width: 565px;
	height: 377px;
	}
#content #zoom {
	position: absolute;
	z-index: 100;
	left: 526px;
	top: 338px;
	width: 16px;
	height: 16px;
	}
#content #zoom img {
	width: 16px;
	height: 16px;
	filter: blendTrans(duration=0.4);
	}
#content #loader {
	position: absolute;
	z-index: 200;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	textAlign: center;
}

