.slideshowContainer{
	width:602px;
	min-height:502px;
	height:502px;
	margin:auto;
	margin-bottom:15px;
	float:left;
	clear:both;
    text-align:center;
    margin-left:0px;
    padding:0px;
}

.slideshowContainer img{
	width:auto;
    height:450px;
    margin:0px;
    margin:auto;
	border:#000 solid 1px;
}

.loading {
	background-image:url('../img/loader-header.gif');
	background-repeat:no-repeat;
	background-position:center;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border:none;
	padding: 0px;
    width:90px;
	margin-right:10px;
	margin-bottom:3px;
	background-image:url('../img/loader-header.gif');
	background-repeat:no-repeat;
	background-position:center;
	border:#000 solid 1px;
}

.current img {
	border:#fff solid 3px;
	padding: 0px;
}

.outline {
	border: 1px solid #CCC;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width:500px;
	clear:both;
}

#thumbnails .xis{
	margin-left:5px;
	margin-right:10px;
	margin-top:-5px;
	margin-bottom:5px;
	clear:none;
}
