
.virtualpage, {
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
/* width: 360px; */
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle a{ /*Pagination links style ("non-selected")*/
z-index: 1;
   font-size:12px;
   font-weight:bold;

   /* Match this margin-right to the one below in hover style */
   margin-right:3px;

   /* Match this padding to the one below in hover style ***And adjust 'top' in Content Holder!!!   */
   padding:6px 8px;
   text-decoration: none;
   border-right: 1px solid #d0e9f0;
   border-left: 1px solid #d0e9f0;
   border-top: 1px solid #d0e9f0;
   color: #1189ae;
   background-color: #d0e9f0;            }


.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pag "flatview" links style ("selected and hover")*/
position:relative;
top:1px;}



.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected { /*Pag "flatview" links style ("selected and hover")*/
   color: #1189ae;
   background-color: #ffffff;
border-bottom-color:#ffffff;
   /**** Match these to above:****/
   margin-right:3px;
   padding:6px 8px;                     }

.paginationstyle a:hover, .paginationstyle a.selected{
   color: #000;
   background-color: #d0e9f0; 
 }


#content_holder {
   /* width:auto; */
   top:-7px;
   position:relative;
   /*   height:400px;  */
   padding: 10px;
   border: 1px solid #d0e9f0;            }
