#slideshow_home {
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #212121;
	width: 960px;
	height: 413px;
	margin-top: 0;
	margin-bottom:16px;
}
#slideshow_home h4 {
	color:#464646;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin-top:4px;
}
#slideshow_home img {
	float:left;
	position:absolute;
	border:none;
}	
#slideshow_home img.show {

}	
#slideshow_home .show  {
	background: url('../img/slideshow/selected-item.png') no-repeat;
}
#slideshow_home .show h4 {
	color:#3399CC;
}
#slideshow_home .show p {
	color:#ffffff;
}
#slideshow_home p {
	line-height:13px;
}
#slideshow_home .caption {
	position: absolute;
	float: left;
	top: 0px;
	left: 510px;
	height: 413px;
	width: 440px;
	color:#464646;
	background: url('../img/slideshow/slider.gif');
}
#slideshow_home a{
	display:block;
	height:101px;
	padding-left: 80px;
	outline:none;
	width:350px;
	color:#464646;
	font-size:12px;
	margin-top: 4px;
	text-decoration:none;	
}
