.slideshowContainer {
	width: 575px;
	height: 322px;
	margin-bottom: 0px;
	padding:0;
	float: right;
	cursor:pointer;
	overflow:hidden;
	position:relative;
	background-color:#006594;
}

.slideshowContainer img {
	width: 575px !important;
	height:322px !important;
}

.loading {
	background: url('images/loading.gif') center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding:3px;
	margin-top:3px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #006594;
	padding:3px;
	margin-top:3px;
}

.current img {
	border: 1px solid red;
	padding: 3px;
}

.outline {
	border: 1px solid orange;
	position: absolute;
}

#thumbnails {
	padding-left:3px;
	height:315px;
	width:90px;
	/*margin-left:2px;*/
	float: left;   
	/*border:0;*/

}