div.pi-slideshow {
  height:320px;
  width:980px;
  background:transparent url(../img/slideshowback.png) repeat-y left top;
}
div.slideshow-content {
  background-color:blue;
}

div.slideshow-container {
  width:725px;
  margin:0;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 220px;
}
div.slideshow span.image-wrapper img {
  border:0;
}

div.navigation {
  width:195px;
  float:left;
  position: absolute;
	top: 0;
	left: 25px;
	
}
ul.thumbs {
  width:195px;
  height:320px;
	margin: 0;
	padding: 0;
	background-color:#2b2c30;
}
ul.thumbs li {
  float:left;
  width:195px;
  height:53px;
	padding:0;
	margin:0;
	list-style: none;
}
a.thumb {
  display:inline;
  float:left;
}

ul.thumbs li.selected a.thumb {
	background: #2b2c30;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border:0;
	display: block;
	margin:0;
	
}
