@charset "UTF-8";

	div.imageViewer {
		min-width:80em;
		width:100%;
		position:relative;
		left:0px;
	}

	div.imageViewer a {
		text-decoration:none;
		color:#000000;
	}

	div.thumbPage {
		text-align:center;
	}
	
	div.thumbPage img {
		border:0px;
	}
	
	div#thumbImageTable {
		text-align:center;
		margin:auto;
		width:95%;
	}
	
	div.image {
		background-color:#FFFFFF;
		width:570px;
		min-height:546px;
		margin:auto;
		padding-bottom:2em;
		font-size:1.16em;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	div.image span.name {
		font-size:1.33em;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin-bottom:0.1em;
		display:block;
	}
	
	div.image span.description {
		font-size:1em;
		font-family:'Trebuchet MS', Helvetica, sans-serif;
		display:block;
		padding-left:2em;
		padding-right:2em;
	}
	
	div.image img {
		margin:2em;
		margin-bottom:1em;
	}
	
	div.thumbrow {
		width:99%;
		text-align:center;
		position:relative;
		top:30px;
	}
	
	a.catalokLink:link {
		color:#FFFFFF;
	}
	
	a.catalokLink:vistited {
		text-decoration:underline;
		font-family:'Trebuchet MS', Helvetica, sans-serif;
		color:#FFFFFF;
	}
	
	a.catalokLink:hover {
		text-decoration:underline;
		font-family:'Trebuchet MS', Helvetica, sans-serif;
		color:#FFFFFF;
	}
	
	
/***
 *
 * PAGE BAR
 *
 */
 
 	div.pageBar {
		font-family:'Trebuchet MS', Helvetica, sans-serif;
		color:#c97a4b;
	}
	
 	div.pageBar a {
		color:#c97a4b;
	}
	
	div.pageBar a.activePageLink {
		color:#FFFFFF;
	}
	
	div.pageBar img.prevButton {
		float:left;
	}
	
	div.pageBar img.nextButton {
		float:right;
	}