

/***********************************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/




/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.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*/
text-align: center;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 23px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid white;
margin: 0 0px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
color: white;
background-color: black;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: white;
background-color: #1C6CC1;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: black;
background-color: white;
}