﻿
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 480px;
	height: 180px;
	float:left;
}

.loading {
	background: none;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {

}

a:hover.slideshowThumbnail img {

}

.current img {

}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

