#slideshow {
	width: 634px;
	height: 311px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	position: relative;
	margin: 0 0 10px 0;
}
#slideshow .slide {
	width: 100%;
}
#slideshow .slideDesc {
	width: 543px;
	height: 140px;
	position: absolute;
	top: 10px;
	left: 10px;
	/* background: url(pics/description.png) no-repeat -7px top;
	display: none; */
}
#slideshow .slideDesc .slideText {
	width: 440px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: 80px;
	font: bold 16px/19px Serif6BetaRegular, "Times New Roman", serif;
	color: #623936;
}
#slideshow .slideDesc .slideText P {
	margin: 0;
	padding: 0;
}
#slideshow .slideDesc .slideLink {
    display: block;
    width: 634px;
    height: 286px;
	background: transparent url(pics/fixIE.gif) no-repeat left top;
	z-index: 100;
}
#slideshow .slideDesc .slideLink SPAN {
	display: none;
}

/* nav
=======*/
.navContainer {
	width: 500px;
	height: 20px;
	position: absolute;
	right: 15px;
	bottom: 5px;
}
.navContainer UL {
	float: right;
	margin: 0;
	padding: 0;
}
.navContainer UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.navContainer UL LI A {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(pics/jsNav.png) no-repeat center center;
}
.navContainer UL LI A.activeSlide {
	background: url(pics/jsNavOpen.png) no-repeat center center;
}



