
/**************************************************************

	SlideShow
	v 1.2

**************************************************************/



.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}



a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 1px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px none orange;

}

#thumbnails {
	width: 230px;
	float: left;
}

a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

/*************************************************************/

