body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a, img {border:0;}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a img {border:none;}
/*
#thumbs, #thumbs a {border: 1px solid red;}*/

#thumbs {
	min-width:672px;
	min-height:372px;
	position:relative;
	margin: 0 0 0 50px;
}

 #thumbs a, #thumbs img{
	display: block;
	height: 100px;
	width: 150px;
	float: left;
	margin: 0px 24px 24px 0px;
}

#content { /* this is the container within the td for the slideshow */
	position:relative;
	margin-left:50px;
}
#prevnext {
	position:absolute;
	width:200px;
	left:530px;
	z-index:100;
	font-size:9px;
}
.slide {
	position:relative;
	width:750px;
	height:450px;}
	
.slide img {
	position:absolute;
	left:0;
	top:0;
}

.slide p.caption { 
	position:absolute;
	width:200px;
	left:530px;
	top:50px;
}
p.caption .title {
	display:block;
	margin-bottom:1em;
	font-weight:bold;}

