body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, menu, dl, dt, dd, address 
{
	margin: 0; 
	padding: 0;
}
#head
{
	clear:both; 
	margin-bottom: 6px; 
	width: 763px; 
	height: 40px;
	background-color: #dddddd;
}
#head div
{
	float: right;
	margin-right:30px;
	margin-top: 10px;
	height:20px;
	font-family: "MS Trebuchet", sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
#head div span
{
	display: inline-block;
	margin-top: 0px;
}
#container
{
	position: relative;
	width: 763px; 
	height: auto;
	margin: 10px auto 0 auto; 
	background-color: #eeeeee;

}

#book
{
	position: relative;
	clear:both;
	width: 763px;
	height:495px;

	overflow: hidden;
}

#left-cont
{
	float:left; 
	width: 381px;
	height: 495px;
	background-color: transparent;
}

#left-page-base{
	position:absolute;
	top:0px;
	left:0px;
	width: 350px;
	height: 495px;
	background-color: transparent;
	margin-right: 2px
}

#left-page{
	position:absolute;
	top:0px;
	left:350px;
	width: 0px;
	height: 495px;
	background-color: #eeeeee;

}

#left-base{
	float:right;
	width: 350px;
	height: 495px;
	background-color: transparent;
	margin-right: 2px
}

#left-sh-base{
	position: absolute;
	height: 495px;
	top: 0px;
	width: 0px;
}

#img-base
{
	overflow: hidden;
	margin:0;
	padding: 0;
	/*background-color: #dd0000;*/
	display: none;
	cursor: move;
}

#img-base-img
{
	position: absolute;
	left: 0;
	overflow: hidden;
	margin:0;
	padding: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	cursor: move;
}

#left-sh{
	position: absolute;
	height: 495px;
	top: 0px;
	width: 0px;
	/*visibility: hidden;*/
}
#left-b{
	position: relative; 
	width:350px;
	height: 495px;
}

#right-cont
{
	float:right;
	width: 381px;
	height: 495px; 
	background-color: transparent;
}

#right-page-base{
	position:absolute;
	top:0px;
	left:0px;
	width: 350px; 
	height: 495px; 
	background-color: #eeeeee;
}

#right-page{
	position:absolute;
	top:0px;
	left:0px; 
	width: 350px; 
	height: 495px; 
	background-color: #eeeeee;
}

#right-base
{
	float:left;
	width: 350px;
	height: 495px;
	background-color: transparent;
	margin-left: 2px
}

#right-sh-base{
	position: absolute;
	height: 495px;
	left: 0px;
	top: 0px;
	width: 0px;
}

#right-sh{
	position: absolute;
	height: 495px;
	left: 0px;
	top: 0px;
	width: 0px;
	/*visibility: hidden;*/
}

#right-b{
	position: relative;
	width:350px;
	height: 495px;
}

#pg 
{
	float:left;
	height:25px; 
	width:auto;
	background-color: transparent;
	padding-left: 0.5em;
	padding-right: 0.5em; 
	margin-left: 0.5em; 
	margin-top: 0px; 
}

#pg span 
{
	float: left;
	height: 25px;
}

#pg .left 
{
	width:10px; 
	background-image: url("/js/book/img/pocitadla_l.png"); 
	background-repeat: no-repeat;
}

#pg .center 
{
	width: 100px;
	padding-left: 0.5em;
	padding-right: 0.5em; 
	color: #ffffff;
	background-image: url("/js/book/img/pocitadla_c.png"); 
	background-repeat: repeat-x; 
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial, sans-serif;
	line-height: 25px;
}

#pg .right 
{
	width:10px; 
	background-image: url("/js/book/img/pocitadla_r.png"); 
	background-repeat: no-repeat;
}

#prev, #first, #next, #last, #download, #zoomin, #zoomout, #pointer
{
	display:inline-block;
	float:left;
	height:25px;
	width:auto;
	cursor: pointer;
	margin-left: 0.5em;
	margin-top: 0px;
	background-repeat: no-repeat;
}

#prev 
{
	width: 38px; 
	background-image: url("/js/book/img/prev.png");
}

#prev:hover 
{
	width: 38px;
	background-image: url("/js/book/img/prev_h.png");
}

#next 
{
	width: 38px;
	background-image: url("/js/book/img/next.png");
}

#next:hover 
{
	width: 38px;
	background-image: url("/js/book/img/next_h.png");
}

#first 
{
	width: 38px; 
	background-image: url("/js/book/img/first.png");
}

#first:hover 
{
	width: 38px;
	background-image: url("/js/book/img/first_h.png");
}

#last 
{
	width: 38px; 
	background-image: url("/js/book/img/last.png");
}

#last:hover 
{
	width: 38px; background-image: url("/js/book/img/last_h.png");
}

#pointer
{
	width: 43px; 
	background-image: url("/js/book/img/sipka.png");
}

#pointer:hover
{
	width: 43px; 
	background-image: url("/js/book/img/sipka_h.png");
}

#zoomin 
{
	width: 42px; 
	background-image: url("/js/book/img/zoomout.png");
}

#zoomin:hover 
{
	width: 42px;
	background-image: url("/js/book/img/zoomout_h.png");
}

#zoomout 
{
	width: 42px;
	background-image: url("/js/book/img/zoomin.png");
}

#zoomout:hover 
{
	width: 42px;
	background-image: url("/js/book/img/zoomin_h.png");
}

#download 
{
	width: 23px;
	background-image: url("/js/book/img/pdf.png");
}

#download:hover 
{
	width: 23px;
	background-image: url("/js/book/img/pdf_h.png");
}

#book-foot{
	clear:both; 
	margin-top: 6px;
	width: 763px;
	height: 35px;
	background-color: #cccccc;
	text-align: center;
}

#book-foot .button-cnt{
	position:relative;
	top: 5px; 
	margin:0px auto 0px auto; 
	width:600px;
}
.book-hidden{
	display: none;
}