#image {
	position: absolute;
}
.imagePanel {
	position: absolute;
	width: 100%;
	max-height: 66px;
	height: 33px;
	bottom: 13px;
}
.imgButton {
	position: absolute;
	height: 100%;
	width: 10%;
}
.imgContent {
	position: absolute;
	height: 100%;
	width: 100%;
}
#imgPrev {
	left: 0%;
}
#imgNext {
	left: 10%;
}
#imgRotateLeft {
	left: 20%;
}
#imgRotateRight {
	left: 30%;
}
#imgFit {
	left: 40%;
}
#imgNaturalSize {
	left: 50%;
}
#imgMinus {
	left: 60%;
}
#imgPlus {
	left: 70%;
}
#imgSlideShow {
	left: 80%;
}
#imgFullScreen {
	left: 90%;
}
