.slide-show-container {
	 max-width: 900px;
}

.slide-show-inner-container {
	 position: relative; 
	 top: 0; 
	 left: 0; 
	 width: 900px; 
	 height: 606px; 
	 background: #000000; 
	 overflow: hidden;
}

.slides-container {
	 cursor: move; 
	 position: absolute; 
	 left: 0; 
	 top: 0; 
	 width: 900px; 
	 height: 506px; 
	 overflow: hidden;
}

.thumb-container {
	position: absolute;
	width: 900px;
	height: 100px;
	left: 0;
	bottom: 0;
}

.thumb-slides-container {
	 cursor: move;
}

.prototype-container {
	  position: absolute; 
	  width: 72px; 
	  height: 72px; 
	  top: 0; 
	  left: 0;
}

.thumb-inner-container {
	 position:absolute;
	 top:1px;
	 left:1px;
	 width:72px;
	 height:72px;
	 overflow:hidden;
}

.thumbnail-template {
	 width:72px;
	 height:72px; 
	 border: none;
	 position:absolute;
	 top: 0;
	 left: 0;
}