/*<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*/
#galleryalt { margin: 0px; padding: 0px; width: 940px; }
#galleryaltImages { margin: 0px; padding: 0px; width: 150px;  }

.paginationstyle { width: 940px; background: #fff; height:27px; text-align: left; padding: 0px; margin: 0px 0px 10px 0px }
.paginationstyle2 { width: 936px; background: #fff; height:27px; text-align: left; 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*/

.paginationstyle2 span.flatview a { padding: 0px 0px 0px 0px; background: url(layout/zoom-but.png) no-repeat; width:103; background-position: -206px; height:27px; text-decoration: none; text-align: center; line-height: 200%; color: #FFF; font-weight: bold; display: block; float: left; margin-right:1px; position:relative; top:2px; }
.paginationstyle2 span.flatview a:hover { background-position: -103px; width:103; height:27px; color: #666; }
.paginationstyle2 span.flatview a.selected {background-position: 0px; width:103; height:27px; color: #666;}

/*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>