#slideShowAuto {
	overflow: hidden;
	position: relative;
	width: 990px;
	height: 170px;
	background-color: #EEEEEE;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slideShowAuto table {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
#slideShowAuto table tr td {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#slideShowAuto table tr td a img {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slideShowAuto table tr td a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
