<script type="text/javascript" src="virtualpaginate.js">

/***********************************************
* 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
***********************************************/

</script>

<style type="text/css">

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

/*Style for demo pagination divs*/
.paginationstyle { width: 189px; height: 40px; background: #efefef; text-align: center; padding: 0px; margin: 0px  }

/*Pagination links style
.paginationstyle a { padding: 5px; text-decoration: none; color: #666; background-color: #fff; }
.paginationstyle a:hover, .paginationstyle a.selected { color: #fff; background-color: ##ffcc00; }*/

/*Pagination div "flatview" links style*/
.paginationstyle span.flatview a { padding: 3px 0px 3px 10px; margin: 0px; color: #fff; background: url(/layout/tab-paginate.png) top left no-repeat #efefef; text-decoration: none; line-height: 180%; font-size: 11pt; font-weight: bold; width: 189px; height: 40px }
.paginationstyle span.flatview a:hover { padding: 3px 0px 3px 10px; margin: 0px; color: #fff; background: url(/layout/tab-paginate.png) top right no-repeat #efefef; text-decoration: none; line-height: 180%; font-size: 11pt; font-weight: bold; width: 189px; height: 40px }
.paginationstyle span.flatview a.selected { padding: 3px 0px 3px 10px; margin: 0px; color: #fff; background: url(/layout/tab-paginate.png) top right no-repeat #efefef; text-decoration: none; line-height: 180%; font-size: 11pt; font-weight: bold; width: 189px; height: 40px }

/*Style for demo pagination divs' select menu
.paginationstyle select { margin: 0 15px; }*/


/*Pagination Image links style (class="imglinks")
.paginationstyle a.imglinks { border: 0; padding: 0; }
.paginationstyle a.imglinks img { vertical-align: bottom; border: 0; }
.paginationstyle a.imglinks a:hover { background: none; } */

</style>
