
*************************************************************

	SlideShow
	v 1.3

*************************************************************

.slideshowContainer {
	border: 0px solid #666;
	margin-bottom: 5px;
	position:absolute;
}


#thumbnails {<!--border: 1px solid #666;-->
}

#thumbnails .imageArrows { text-align:center; background-color:#CDE4E1;}
#thumbnails .imageArrows a { font-family:tahoma, Tahoma; font-size:11px; color:#333; text-decoration:none;}


.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	padding: 0 2px 0 0;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #F60;
	z-index: 0;
	position: absolute;
}