@charset "utf-8";

.slideshowContainer {
	width: 405px;
	height: 277px;
	margin: 0 15px 10px 0;
	float: left;
	overflow: hidden;
}

.slideshowContainer img{

}

.loading {
	background: url(/img/loading.gif) center no-repeat;
}

.slideshowThumbnail {

}

.slideshowThumbnail img {

}

a:hover.slideshowThumbnail img {

}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #333333;
	z-index: 0;
	position: absolute;
margin-top:3px;

}

#thumbnails {

}
