	#dhtmlgoodies_slideshow{
		width:730px;	/* Total width of slideshow */
	}

	#galleryContainer{
		
		height:85px;	/* Height of the images + 2 */
		border:0px;
		position:relative;
		overflow:hidden;
		padding:5px;
		
		/* CSS HACK */
		height: 87px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/85px;	/* Other browsers */
		height: /**/85px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;	
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:75px;
		left:15px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

/*Dermalogica Ad text*/
.dermalogica {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999999;
}

/*To give 2nd level nav indent*/
.navindent {
text-indent: 10px;
}

/*Common text (sans-serif) style for articles*/
.articletext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

/*Serif text*/
.seriftext {
font-family: Times New Roman, Courier, serif;
font-size: 14px;
color: #666666;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
/*TOC header TNR bold*/
.style2 {
	font-family: Times New Roman, Courier, serif;
	font-size: 18px;
	font-weight: bold;
}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif}

/*HREF of Table of Contents*/
a.toc:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a.toc:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a.toc:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a.toc:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
/*no padding cell*/
.nopadding {
padding: 0;
}