/**************************************************************	SlideShow	v 1.3**************************************************************/body {	margin: 0em;	}.slideshowContainer {	border: none;	width: 600px;	height: 390px;	margin-bottom: 5px;	position: absolute;	left: 0px;	top: 0px;}.thumbnails {	border:1px solid #000	}.loading {	background: url(images/loading.gif) center no-repeat;}.slideshowThumbnail {	outline: none;}.slideshowThumbnail img {	border: 1px solid white;	padding: 1px;}a:hover.slideshowThumbnail img {	border: 1px solid #ccc;	padding: 1px;}.current img {	border: 1px solid red;	padding: 5px;}.outline {	border: 1px solid orange;	z-index: 0;	position: absolute;}#thumbnails {	width: 600px;	left: 20px;}/*************************************************************/