.flatview a div {
		border: none; 
		display: none; 
		background-position: -169px 0;
	}
	.flatview a.selected div {
		display: block;
		float: left; 
		background-position: -169px 0;
	}
	
	.flatview a.selected:hover {
	cursor: auto;
	}
	
	.hideme {
		visibility: hidden;
	}
	div#gallerypaginate {
		width: 865px;
		height: 19px;
		background: #f3f3f1;
		margin: 0px auto;
		text-align: center;
	}
	
	a#Left {
		float: left;
		height: 19px;
		width: 63px;
		overflow: hidden;
		text-indent: -999px;
		background: url(../images/newer.gif) no-repeat 0 0;
		}
		
	a#Left:hover {
		background-position: -63px 0;}
		
	a#Right {
		float: left;
		height: 19px;
		width: 60px;
		overflow: hidden;
		text-indent: -999px;
		background: url(../images/older.gif) no-repeat 0 0;
		}
		
	a#Right:hover {
		background-position: -60px 0;}
	
	div#content {
		clear: left;
		margin: 0px auto;
		}
		
	#arballoon {
	width: 460px;
	height: 131px;
	background: transparent url(../images/archivebubble.gif) repeat-x 0 0;
} 

	#arballoon p {
	color: #474646;
	font: 11px Arial, sans-serif;
	line-height: 18px;
	padding: 35px 10px 0 21px;
	text-align: left;
}

#pictureframe {
	position:  relative;
	background: #f7f7f5 url(../images/archiveback.jpg) no-repeat 0 0;
	width: 100%;
	height: 269px;
	float: left;
	border: 1px solid #eeefea;
	border-bottom-width: 23px;
}
		
