#slideShow {
	background-color: #ECECEC;
	width: 820px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	top: 140px;
	left: 152px;
	text-align: left;
	display: none;
	z-index: 98;
}

#boogie {
	float: left; 
	width: 820px;
	height: 500px;
	overflow: hidden;
}

#slideShow a.next {
	position: absolute;
	top: 405px;
	left: 68px;
	display: block;
	width: 179px;
	height: 36px;
	background: url(../cmsimages/next_power.png) top right no-repeat;
}

#slideShow a.prev {
	position: absolute;
	top: 141px;
	left: 0px;
	display: block;
	height: 26px;
	width: 15px;
	background: url(../cmsimages/prev.gif) top left no-repeat;

}

#slidePan {
	width: 10000px;
}

.slide {
	float: left;
	width: 820px;
	height: 500px;
}

.slide .slideImage {
	float: left;
	padding-left: 53px;
	padding-top: 48px;
}

.slide .slideText p {
	clear: both;
	padding-left: 68px;
	padding-top: 20px;
	width: 676px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
