/*** PAGING LAYOUT RIGHT ***/
#oa_overlay{
	background: #000;
	cursor: pointer;
}
#oa_frame{
	background: #41c4dc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#oa_container{
	position: relative;
	background: #fff;
}
#oa_display{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#oa_display img{
	display: block;
}
#oa_display div.page{
	background: white;
	font-size: 10px;
	line-height: 12px;
}
#oa_loading{
	position: absolute;
	top: 0px;
	left: 0px;
}
#oa_loading img{
	display: block;
}
#oa_paging{
	width: 170px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
}
#oa_paging a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #41c4dc;
	text-decoration: none;
}
#oa_paging a:hover{
	background: #e41936;
	color: #fff;
}
#oa_paging a.sel{
	cursor: default;
	background: #41c4dc;
	color: #fff;
	border-bottom: 1px solid #41c4dc;
	font-weight: bold;
}
#oa_paging a.sel:hover{
	background: #41c4dc;
	color: #fff;
}