#slideshowCont {
	float:left;
	width: 100%;
	border-top:1px solid #e3e3e3;margin-top:25px ;
	background:url(/images/jquerySlideImages/slideBG.png);
	overflow:scroll;
	position:relative;
	
}
 
#next{
	top:140px;
	left:10px;
	cursor:pointer;
	position:absolute;
	display:none;
}
#last{
	top:140px;
	right:10px;
	cursor:pointer;
	position:absolute;
	display:none;
}
#slideShow {
	padding:20px 0px;
 
	height:322px;
	float:left;
	
}

#slideShow ul{
	list-style:none;
	margin:0;
	padding:0;
	width:1900px;
	margin-left:78px;
}
#slideShow ul li {
	float:left;
	background:url(/images/jquerySlideImages/slideBG.png); /* IE places a white background around the images, not sure why, but this fixes it*/
}
#slideShow ul li div{
	float:left;
	margin-left:26px;
	margin-right:20px;

}

#slideShow ul li div p{
	margin:0;
	padding:0;
	width:300px;
	background:url(/images/jquerySlideImages/imgFooterBG.png) repeat-x;
	text-align:center;
	color:#5e8387;
	text-transform:uppercase;
	padding:12px 0px;
	font-size:12px;
	
}
.clear {
clear:both;
}