
/* Kims gallery stuff */
.ka_image {

	color: #888888;
	margin-bottom: 80px;	/* leave some space between each shot */
	
}
.ka_image img {

	border: solid 0px #444444;  /* border around actual image */
	padding: 15px;  /* border around the outside */
	margin-bottom: 0px;
	float: left;

}
.ka_image hr {

	color: #555555;
	background-color: #888888;

}
.ka_image table {
	border: 0px;
	width: auto;
}
.ka_image tbody {
	border: none;
	width: auto;
}
.ka_image td {
	vertical-align: top;
	font-size: 11px;
}
.ka_image tr {
	border: none;
}
#content table {
	border: 0px;
	width: auto;
}
#content tr td {
	border-top: 1px solid #555555;
}


/* galleryshow css */

.ka_gallery {

	color: #888888;
	margin-bottom: 80px;	/* leave some space between each shot */
	
}
.ka_gallery img {

	border: solid 1px #444444;
	padding: 15px;  /* border around the outside */
	margin-bottom: 10px;

}

.ka_thumb {

	color: #888888;


}
.ka_thumb img {

	border: solid 1px #444444;
	padding: 9px;
	margin: 5px;
	vertical-align: top;
	float: left;
}

#thumbcontainer {

	width: 600px;
	overflow: auto;
	position: relative;
	height: 80px;
	border: 1px solid #444444;
	
}