
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 358px;
	height: 358px;
	margin-bottom:20px;
}
.slideshowContainer img {
	width:358px;
	height: 358px;
}
.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

a.slideshowThumbnail {
	border:1px solid white;
	padding:5px;
	display: block;
	float: left;
}

a:hover.slideshowThumbnail {
	border: 1px solid #ccc;
}
/*

.current img {
	border: 1px solid red;
	padding: 5px;
}
*/

a.outline {
	border: 1px solid #95C5CB;

}

/*************************************************************/


