html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
}
.container {
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px; height: 600px;
}
.copyright {
	position: absolute;	left: 10px;	bottom: 10px;
	font-size:0.7em;
}
/* these styles are for the image pages */

.images-links-list {
	position: absolute; left: 33px; top: 134px;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.images-links-kathy {
	position: absolute; left: 0; top: 0;
	width: 243px; height: 23px;
	overflow: hidden;
	background:  url(../images/kathy_stecko-over.gif);
}
.images-links-kathy a {
	display:block;
  	position:absolute; left:0; top:0;
  	width: 243px; height: 23px;
  	background:  url(../images/kathy_stecko.gif);
	text-indent: -243px;
}
.images-links-kathy a:hover{
	background: transparent;
}
.images-links-cont {
	width: 88px; height: 14px;
	position: absolute; left: 60px; top: 112px;
	overflow: hidden;
	background:  url(../images/image_nav-cont-over.gif) ;
}
.images-links-cont a {
	display:block;
  	position:absolute; left:0; top:0;
  	width: 88px; height: 14px;
  	background:  url(../images/image_nav-cont.gif);
	text-indent: 88px;
}
.images-links-cont a:hover{
	background: transparent;
}
.images-links-dreamscape {
	width: 93px; height: 12px;
	position: absolute; left: 62px; top: 68px;
	overflow: hidden;
	
}
.images-links-dreamscape a {
	display:block;
  	position:absolute; left:0; top:0;
  	width: 93px; height: 12px;
  	background:  url(../images/images_nav-dreamscape.gif) 0 -12px no-repeat ;
	text-indent: 93px;
}
.images-links-dreamscape a:hover{
	background-position: 0 0;
}
.images-links-shelf {
	width: 89px; height: 14px;
	position: absolute; left: 60px; top: 200px;
	overflow: hidden;
	background:  url(../images/image_nav-shelf-over.gif) ;
}
.images-links-shelf a {
	display:block;
  	position:absolute; left:0; top:0;
	width: 89px; height: 14px;
  	background:  url(../images/image_nav-shelf.gif) ;
	text-indent: -89px;
}
.images-links-shelf a:hover{
	background: transparent;
}
.images-links-other {
	width: 102px; height: 14px;
	position: absolute; left: 60px; top: 156px;
	overflow: hidden;
	background:  url(../images/image_nav-large-over.gif) ;
}
.images-links-other a {
	display:block;
  	position:absolute; left:0; top:0;
	width: 102px; height: 14px;
  	background:  url(../images/image_nav-large.gif) ;
	text-indent: -102px;
}
.images-links-other a:hover{
	background: transparent;
}
.images-links-heads {
	width: 48px; height: 14px;
	position: absolute; left: 60px; top: 244px;
	overflow: hidden;
	background:  url(../images/image_nav-heads-over.gif) ;
}
.images-links-heads a {
	display:block;
  	position:absolute; left:0; top:0;
  	width: 48px; height: 14px;
  	background:  url(../images/image_nav-heads.gif) ;
	text-indent: -48px;
}
.images-links-heads a:hover{
	background: transparent;
}

.images-links-reliefs {
	width: 50px; height: 14px;
	position: absolute;	left: 60px; top: 288px;
	overflow: hidden;
	background:  url(../images/image_nav-reliefs-over.gif) ;
}
.images-links-reliefs a {
	display:block;
  	position:absolute; left:0; top:0; 
  	width: 50px; height: 14px;
  	background:  url(../images/image_nav-reliefs.gif) ;
	text-indent: -50px;
}
.images-links-reliefs a:hover{
	background: transparent;
}
.images-links-paint {
	width: 74px; height: 14px;
	position: absolute; left: 60px; top: 332px;
	overflow: hidden;
	background:  url(../images/image_nav-paintings-over.gif) ;
}
.images-links-paint a {
	display:block;
  	position:absolute; left:0; top:0;
  	width: 74px; height: 14px;
  	background:  url(../images/image_nav-paintings.gif) ;
	text-indent: -74px;
}
.images-links-paint a:hover {
	background: transparent;
}
.images-thumbnails-container {
	position: absolute;	left: 320px; top:30px;
	width: 460px; height: 540px;
	margin: 0;
	padding: 0;
}
.images-thumbnails-paintings {
	position: absolute;	left: 300px; top:100px;
	/*width: 460px; height: 540px;*/
	margin: 0;
	padding: 0;
}
.images-thumbnails-paintings_2 {
	position: absolute;	left: 300px; top:60px;
	/*width: 460px; height: 540px;*/
	margin: 0;
	padding: 0;
}
.images-links-more {
	width: 62px; height: 16px;
	position:relative;
	overflow: hidden;
	background:  url(../images/nav-more-over.gif) ;
}
.images-links-more a {
	display:block;
  	position: absolute; left: 0; top: 0;
	width: 62px; height: 16px;
  	background:  url(../images/nav-more.gif) ;
	text-indent: 62px;
}
.images-links-more a:hover{
	background: transparent;
}
.images-links-prev {
	width: 85px; height: 16px;
	position: relative;
	overflow: hidden;
	background:  url(../images/nav-previous-over.gif) ;
}
.images-links-prev a {
	display:block;
  	position:absolute; left:0; top:0;
	width: 85px; height: 16px;
  	background:  url(../images/nav-previous.gif) ;
	text-indent: 85px;
}
.images-links-prev a:hover{
	background: transparent;
}
