#book_cover{
  margin: 0 auto;
  position: relative;
  text-align:center;
  width:910px;
  height:585px;
  background-image: url("../images/main_box_bg_blue.png");
}
#container {
  margin: 0 auto;
  position: relative;
  width:846px;
}

#next.wowbook-disabled {
  display: none;
}
#back.wowbook-disabled {
  display: none;
}
#back,
#next {
	border: none;
	height: 37px;
	width: 37px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
#back {
  background: url(../images/arrow-left.png);
  left: -68px;
}
#next {
  background: url(../images/arrow-right.png);
  right: -68px;
}
#book_cover #closebt {
  border: none;
  height: 132px;
  width: 47px;
  position: absolute;
  top:559px;
  left:649px;
}
#book_cover #covers{
	height:550px;
	width:423px;
	position: absolute;
	top:0px;
	left:0px;
}

.movie_area{
	z-index:10;
  	position: absolute;
	width:340px;
	height:215px;
	top:100px;
	left:33px;
}
.movie_area .flowplayer{
	width:340px;
	height:215px;
}
.movie_area video{
	width:340px;
	height:215px;
}
