.index_slideshowContainer {
	width: 610px;
	height: 256px;
	margin: 10px 0px 0px 0px;
}
.slideshowContainerINDEX {
	width: 610px;
	height: 256px;
	margin: 0px 0px 0px 0px;
}
.index_stopstart {
	float:left;
	clear:left;
	/*visibility:collapse;*/
	display:none;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}
/*---------------------------------*/
a.index_slideshowThumbnail {
	outline: none;
	width:auto;
	height:auto;
	float:left;
	display:block;
	text-align:center;
	color:#7e7e7e;
	padding:13px 40px 2px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
a.index_slideshowThumbnail:link, a.index_slideshowThumbnail:visited, a.index_slideshowThumbnail:active {
	color:#7e7e7e;
}
a.index_slideshowThumbnail:hover {
	color:#fff;
	text-decoration:none;
}
/*---------------------------------*/
a.index_controls{
}
a.index_controls:link {
}
a.index_controls:hover {
	color:#fff;
	text-decoration:underline;
}
a.index_controls:visited, a.index_controls:active {
}
/*---------------------------------*/
.current img {
	padding: 4px;
	color:#ff0000;
}

.outline {
	color:#fff;
}

#thumbnails {
	float:left;
	display:block;
	width:610px;
	height:47px;
	background-image:url(../images/indexSS_footer.gif);
	background-repeat:no-repeat;
}
