/*** Slideshow ***/
#main {
	/*border:1px solid black; */
	position: relative;
	padding-top: 30px;
}

#slideshow {
	/*border: 1px solid red;*/
	text-align: center; 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 527px;
	height: 465px;
	background-image: url("/images/index_08.gif");
}

#slides {
	/*border: 1px solid blue;*/
	position: relative; 
	z-index:0;
	top: 193px;
	left: 40px;
}

#welcome {
	clear: inherit;
}