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

#imagespagination {
clear:both;
float:left; 
margin-left: 20%;
margin-bottom:10px;
width:400px; 
height:300px; 
}

#gallerypaginate {
clear:both;
float:left;
margin-left:35%;
}

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

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
font-size: 14px;
text-decoration: none;
border: 1px solid white;
color: white;
background-color: black;
}

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

.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: #000;
background-color: white;
}
