/**************************************************************
	SlideShow
	v 1.3
**************************************************************/
.slideshowContainer {
	border: 1px solid #cccccc;
	width: 500px;
	height: 300px;
	float:left;
	}
.loading {
	background: url(../portfolio/projects/loading.gif) center no-repeat;
}
.slideshowThumbnail {
	outline: none;
	margin-right: 3px;
	}
.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 #303030;
	z-index: 0;
	position: absolute;
}
#thumbnails {
	margin-top: 5px;
	width: 505px;
	float:left;
	}
