html, body   { 
  background-color: #fff; 
	color: #000; 
	text-align: center;
  font: 10px tahoma, arial, helvetica, sans-serif; 
	margin:20px;
}
a:link  {
  color: #66CCFF; text-decoration: none;
  }
a:visited {
  color: #66CCFF;text-decoration: none;
}
a:hover {
  text-decoration: none;color: #66CC00;
}

#image-box {
  float: left;
  margin-right: 20px;
	width: 100px;
}
#thumbs {
	float: left;
	padding-left: 2em;
	width: 170px;
}
#thumbs div {
	float: left;
}
#thumbs div.odd {
	margin-right: 1em;
	clear: both;
}
a img {
	border: none;
}
#thumbs div.next, #thumbs div.prev {
	clear: both;
	width: 131px;
	text-align: center;
}
#thumbs div img {
	margin-right: 4px;
}
.wrap1 {
	margin-top: 7px;
	margin-bottom: 7px;
}
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
 }
.wrap3 {
	width: 56px;
	height: 42px;
	padding:0 5px 5px 0;
}
.wrap3 img {
	cursor: hand;
	cursor: pointer;
	display:block;
}
div.active {background:url(../images/shadow.gif) right bottom no-repeat;}
div.active .wrap2 {background:url(../images/corner_bl.gif) -4px 100% no-repeat;}
div.active .wrap3 {background:url(../images/corner_tr.gif) 100% -3px no-repeat;}

a:visited .wrap3 img, div.first img {
	border: 2px solid #AAA;
	width: 52px;
	height: 38px;
}
div.active img {
	border: none;
	width: 56px;
	height: 42px;
}
.disabled img{
 	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}
#title div {
	float: left;
	color: #fff;
	height:	34px;
	overflow: hidden;
}
#title .left {
	background:url(../images/top-tab-left.png) no-repeat;
	width: 15px;
}

#title .middle {
	background:url(../images/top-tab-middle.png);
}

#title .middle h2 {
	font-size: 160%;
	margin-top: .6em;
}

#title .right {
	background:url(../images/top-tab-right.png) no-repeat;
	width: 15px;	
}
#image-index {
	float: left;
	margin-top: .4em;
	margin-left: 1px;
}
#slideshow {
	cursor: hand;
	cursor: pointer;
	float: right;
	width: 87px;
	height: 24px;
	background:url(../images/slideshow.png) no-repeat;
}
#slideshow.stop {
	background:url(../images/slideshow-stop.png) no-repeat;	
}
.mooshow_extras { display: none }
#slideshow_wrapper {
	clear: both;
}