#notebook_page {
	width: 850px;
	padding-left:100px;
	
}
#notebook {
	font-family: courier, "courier new",Verdana;
	width: 800px;
	height: 457px;
	background: transparent url(images/bb_800.jpg) no-repeat top left;
	font-size: 9px;
}

#notebook .meta-tag {
	font-family: "Trebuchet MS",Arial;
	color: #706749;
	font-size: 1.5em;
	font-weight:bold;
	clear: both;
}

#notebook .img-thumb { 
	border:4px solid #FFF;
	margin: 4px;
	margin-right: 2em;
	float:left;
}
#notebook .img-wrap { 
	display:block;
	margin-top:1em;
	width:100%;
	overflow:hidden;
}


#notebook-leftpage {
	position: relative;
	top:30px;
	left:30px;
	width: 320px;
	height: 410px;
	border:0px dashed #0f0;
	float:left;
	overflow:auto;
}
#notebook-rightpage {
	position: relative;
	top:30px;
	left:120px;
	border:0px dashed #f00;
	width: 320px;
	height: 410px;
	overflow:auto;
}
#notebook-pagination {
	position: relative;
	top:20px;
	left:30px;
	border:0px dashed #f0f;
	width: 730px;
	height: 20px;
}


[icon ^="pager_next"] {
   
   width:68px;
   height:14px;
   background: transparent url(images/next_img.png) no-repeat center left;
   display:block;
}
[icon ^="pager_prev"] {
   
   width:93px;
   height:17px;
   background: transparent url(images/previous_img.png) no-repeat center left;
   display:block;
   
}