/* 

	virtpage.css - Styles to control Virtual Pagination used
	in the gallery aka catalog. 

*/

.virtualpage, .virtualpage2, .virtualpage3{
	/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.virtualpage img {
	border: 2px solid #111111;
}

.paginationstyle{ /*Style for demo pagination divs*/
	width: 543px;
	text-align: center;
	padding: 2px 0;
	margin: 2px 0;
	position: absolute;
	height: 14px;
	left: 14px;
	top: 440px;
}

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

.paginationstyle a{ /*Pagination links style*/
	padding: 0 5px;
	text-decoration: none;
	border: 1px solid 61433c;
	color: #ffe1d8;
	background-color: #B8A29C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #ffe1d8;
background-color: #9e6e62;
}

.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: #2F2240;
background-color: 9e8b86;
}

#virtpage_container {
	position: absolute;
	height: 436px;
	width: 543px;
	left: 14px;
	top: 25px;
}
