.slideshow-container {
	width:320px;
	height:320px;
	position:relative;
	border:1px dotted #000;
	margin: 5px auto;
	background-image:url('../images/spinner.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.slideshow-container div {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border:none;
	font-size:0 !important;
	opacity:0;
}

.slideshow-container div img{
	max-width:311px !important;
	max-height:311px !important;
}
.toc, .next, .previous {
	position:absolute;
	bottom:15px;
	z-index:2;
	display:block;
	width:15px;
	background:#6D84B4;
	color:#fff;
	text-align:center;
	padding:2px;
	text-decoration:none;
	font-size: 10px;
}
.toc {
	left:0;
}
.toc-active {
	background:#fff;
	color:#6D84B4;
}
.next {
	right:15px;
}
.previous {
	right:40px;
}
.nicEdit-main {
	background-color:#ffffff;
	border-style: inset;
}
