.sIFR-active .pageList {
	list-style: none;
	margin: 0px 0px 0px 0px; /* last = 10px if we want to move it in... */
	padding: 0;
	display: block;
}
.sIFR-active #description {
  visibility: hidden;
  font-family: GothamBook;
  line-height: 1em;
  font-size: 10px;
}
.sIFR-active #title {
  visibility: hidden;
  font-family: GothamBook;
  line-height: 1em;
  font-size: 10px;
}
.sIFR-active #menu {
  visibility: hidden;
  font-family: GothamMedium;
  line-height: 1em;
  font-size: 9px;
}

body{ 	
	font-family: Gotham, Helvetica, bodoni, palatina, Myriad Pro, arial;
	font-size:12px; 
	color:#997950;
	height: 100%;
	font-style:normal;
	background-image: url(../images/bgGradient.jpg);  
	background-repeat: repeat-x;
}
#viewerContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#viewerContainer #background{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#viewerContainer #border{
	position: absolute;
    left: 50%;
    margin-left: -410px; /* half of width */
	top: 40px;
	width: 821px;
	height: 515px;
	background: #FFFFFF;
	display: block;
	overflow: hidden;
}
#viewerContainer #close{
	position: absolute;
    left: 50%;
    margin-left: -410px; /* half of width */
	top: 580px;
	width: 821px;
	text-align: center;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 20px;
	cursor: pointer;
}
#viewerContainer #image{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 800px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	display: block;
	background: #000000;
	height: 496px;
}
#viewerContainer #pageNext{
	position: absolute;
	top: 240px;
	left: 776px;
	width: 35px;
	height: 36px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	display: block;
	cursor: pointer;
}
#viewerContainer #pagePrev{
	position: absolute;
	top: 240px;
	left: 0px;
	width: 35px;
	height: 36px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	display: block;
	cursor: pointer;
}
#bgContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#introContainer{
	position: absolute;
    left: 50%;
    margin-left: -160px; /* half of width */
	top: 40px;
	width: 320px;
	height: 365px;
}
#content{
	position: absolute;
    left: 50%;
    margin-left: -410px; /* half of width */
	top: 40px;
	width: 821px;
	height: 515px;
	background: #FFFFFF;
	opacity: 0;
	filter:alpha(opacity=0);
	display: block;
	overflow: hidden;
/*
	*/
}
#inner{
	position: absolute;
    left: 10px;
	top: 10px;
	width: 801px;
	height: 496px;
	/*background: #FF00FF;*/
	display: block;
	overflow: hidden;
}
#logo{
	position: absolute;
    left: 610px;
	top: 0px;
	width: 181px;
	height: 122px;
	display: block;
	overflow: hidden;
}
#menu{
	position: absolute;
    left: 633px;
	top: 360px;
	width: 166px;
	height: 137px;
	display: block;
	overflow: hidden;
}
#categoryImage{
	position: absolute;
    left: 0px;
	top: 0px;
	width: 598px;
	height: 496px;
	background: #000000;
	display: block;
	overflow: hidden;
}
#textContainer{
	position: absolute;
    left: 15px;
	bottom: 15px;
	width: 569px;
	min-height: 120px;
	background: #FFFFFF;
	display: block;
	xoverflow: hidden;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#title{
	position: absolute;
    left: 26px;
    top: 34px;
    font-size: 16px;
}
#description{
	position: relative;
    left: 26px;
    padding-top: 35px;
    padding-bottom: 18px;
    width: 450px;
}
#image{
	position: absolute;
    left: 500px;
    top: 10px;
    width: 50px;
    height: 235px;
    font-size: 16px;
}
#gallery{
	position: absolute;
    left: 0px;
	top: 0px;
	width: 578px;
	height: 496px;
	display: block;
	overflow: hidden;
	margin-left: 10px;
}

#thumbsSub{
	margin-top: 20px;
	position: relative;
	width: 578px;
	min-height: 50px;
	/*border:1px solid #BFBEBD;*/
}

.pageList {
	list-style: none;
	margin: 0px 0px 0px 0px; /* last = 10px if we want to move it in... */
	padding: 0;
	display: block;
}
a
{
	text-decoration:none;
	font-weight:normal;
	color:#997950; 
}
a:hover{
	color:#914248;
}
a.image:hover{
	color:#FFFFFF;
	BACKGROUND-COLOR: #FFFFFF;
}
a.image
{
	text-decoration:none;
	font-weight:normal; 
	color:#FFFFFF;
}
