.dge-slideshow {
/*	text-align: center;*/
	margin-top: 1em;
}
.dge-slideshow ul {
	margin: 0;
	padding: 0;
}
.dge-slideshow li {
	margin:0;
	padding: 0;
	display:none;
}
.dge-slideshow ul li {
	list-style-type: none;
	list-style-image: none;
}
.dge-slideshow img {
	margin:0;
}
.dge-slideshow li img {
	border:1px solid black;
	width:75px;
	height:75px;
}
.dge-slideshow li img.loading {
	opacity:0.5; /* Mozilla and Safari */
	filter: alpha(opacity=50); /* I.E. */
}
.dge-slideshow li img.selected {
	border: 1px solid red;
}
.dge-slideshow li img.before-selected {
	border-right:0;
}
.dge-slideshow li img.after-selected {
	border-left:0;
}
.dge-slideshow div {
	margin:0 auto;
}
.dge-slideshow div.thumbnails {
	width:381px;
}
.dge-slideshow div.display {
	border:1px solid black;
	border-bottom:0;
	background:url("loading.png") no-repeat center center;
	width:379px;
	height:250px;
	position:static;
}
.dge-slideshow div.imgwrap {
	position:relative;
}
.dge-slideshow div.display img {
	border:0;
}
