﻿#gallery {height:auto;margin-top:0px;margin-left:auto;margin-right:auto;margin-bottom:0px;}	
#gallerypaginate {margin-top:5px;margin-left:auto;margin-right:auto;margin-bottom:12px;}
			
/*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*/width: 550px;text-align: left;padding: 10px 0px; margin: 10px px;line-height: 25px;display:table-cell;vertical-align:bottom;}
/*Style for demo pagination divs' select menu*/
/*
.paginationstyle select{ border: 1px solid navy;margin: 0 25px;}
*/
.paginationstyle a{ /*Pagination links style*/margin: 4px 0px;padding:0px 4px;text-decoration: none;border: 1px solid black;color: navy;background-color: white;}
.paginationstyle a:hover, a.selected{color: #000;background-color: #FEE496;}
/*Pagination Image links style (class="imglinks") */
/*
.paginationstyle a.imglinks{ border: 0;padding: 0px;}
.paginationstyle a.imglinks img{vertical-align: bottom;border: 0;}
*/
.imglinks a:hover{background: none;}
.flatview a:hover, .flatview a.selected{ /*Pagination div "flatview" links style*/color: #000;background-color: yellow;}
