div#slideshow{
	overflow: hidden;
	width: 600px;
	height: 200px;
}

div#slideshow td.slideshowElement{
	width: 600px;
	height: 200px;
	text-align: justify;
}

div#slide{
	height: 200px;
}
table#links{
	border-collapse: collapse;
	margin: auto;
}
	table#links td{
		border: 1px solid #DF9F61;
	}
		table#links td a#previous, table#links td a#next{
			font-size: 10px;
			display: block;
			padding: 0px 2px 0px 2px;
			text-decoration: none;
			}
		table#links td a.off, table#links td a.on{
			border: 1px solid #FFEDD5;
			font-size: 1px;
			text-decoration: none;
			display: block;
			height: 11px;
			width: 11px;
			background-color: #F6D4BB;
		}
		table#links td a.off:hover, table#links td a.on{
			background-color: #F2AE43;
		}
