

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

	SlideShow
	v 1.3

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

.slideshowContainer {
	background:  #efeeee;
	border: 2px solid #dededd;
	/*width: 450px;
	height: 300px;*/
	width:280px;
	height:210px;
	margin-bottom: 5px;
	cursor:pointer;
}

.loading {
	background: url(Images/slideshow/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.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 #5e5e5e;
	z-index: 0;
	position: absolute;
}

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

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

#example
{
    width:280px;
}