/* CSS Document */

.virtualpage, .virtualpage2, .virtualpage3{
	/*hide the broken up pieces of contents until script is called. Remove if desired*/
	display: none;
	height: 470px;
	bottom: 5px;
	width: 540px;
	position: absolute;
	text-align: center;
	left: 211px;
	top: 0px;
	margin-top: 106px;
}


.loadholder {
	position: relative;
	width: 540px;
	height: 460px;
	display: table-cell;
    vertical-align: middle;

	*position: absolute;
	*top: 30%;
	*margin-left: -267px;

	
}

.picholder {
	position: relative;
	width: 540px;
	height: 460px;
	display: table-cell;
    	vertical-align: middle;	
}

.picholder img {
	position: relative;
	height: auto;
	*display: block;
	*top: 8%;

}
.paginationstyle{ /*Both Flatview & Previous & Next*/
	display: block;
	width: 470px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 250px;
	bottom: 120px;
	z-index: 300;
	background-color: #00FF00;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/

}

.paginationstyle a{ /*Pagination links style*/
	text-decoration: none;
}

.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 { /*Container for flatview*/
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: -185px;
	margin-bottom: 110px;
	width: 110px;
	padding: 0px;
}

.paginationstyle .flatview a img{
	text-decoration: none;
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
	height: 12px;
	width: 12px;
	margin: 3px 3px 3px 3px;
	padding: 0px;
}

.paginationstyle .flatview a img:hover {
	color: #999999;
	background-color: #999999;
}
.paginationstyle .flatview a.selected img {
	color: #666666;
	background-color: #666666;
}


.previous {
	background-image: url(../images/nav_arrows_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 7px;
	display: none;
	top: 0px;
	left: 0px;
	position: absolute;
}
.next {
	background-image: url(../images/nav_arrows_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 7px;
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
}

