.slideshowContainer {
	width: 450px;
	height: 300px;
	margin-bottom: 3px;
}

.loading {
	background: url(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: 1px;
}

a {
	color: #607293;
	text-decoration: none;
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

.container {
	width: 500px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.outline {
	border: 1px solid #C00;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

#pictures li {
	float:left;
	height:<?php echo ($max_height + 4); ?>px;
	list-style:none outside;
	width:<?php echo ($max_width + 4); ?>px;
	text-align:center;
}
img {
	border:0;
	outline:none;
}
