
#pagesContent {
	height:650px;
}

.paging {
	margin:20px 0;
	position:relative;
	display:block;
	text-align:center;
}

#pagesContent div {
    display: none;
}
#referencePreview .page1 div.page1,
#referencePreview .page2 div.page2,
#referencePreview .page3 div.page3,
#referencePreview .page4 div.page4,
#referencePreview .page5 div.page5 {
    display: block;
	margin-left:-45px;
}

/* box na cisla  */
.yui-pg-page  {
	display:inline-block;
	width:28px;
	height:28px;
	background:url(/images/content/paging/nr-bg.gif) 0 0 no-repeat;
	text-align:center;
	text-decoration:none;
	color:#94b3d1;
	line-height:2.2em;
	margin:0 5px;
	font-weight:bold;
	cursor:pointer;
}

a.yui-pg-page:hover {
	color:#043a5c;
}

a.yui-pg-page.selected {
	color:#043a5c;
	cursor:default;
}



/*FireFox 2 */
.yui-pg-page, x:-moz-any-link {display: -moz-inline-box; padding-left:10px; padding-top:6px;} 

/*FireFox 3*/
.yui-pg-page, x:-moz-any-link, x:default {display:inline-block; padding:0;}



/*
#yui-pg0-0-next-link, #yui-pg0-0-next-span {
	display:block;
	width:28px;
	height:28px;
	background:url(/images/content/paging/next-all.gif) 0 0 no-repeat;
	float:right;
	position:absolute;
	top:0px;
	right:0px;
}

#yui-pg0-0-next-link:hover {background:url(/images/content/paging/next-all-hover.gif) 0 0 no-repeat;}

#yui-pg0-0-prev-link, #yui-pg0-0-prev-span {
	display:block;
	width:28px;
	height:28px;
	background:url(/images/content/paging/prev-all.gif) 0 0 no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	_float:left;
	_position:relative;
	border:1px red solid;
}

#yui-pg0-0-prev-link:hover {background:url(/images/content/paging/prev-all-hover.gif) 0 0 no-repeat;}
*/


