#sustain-stories {
	width: 200px;
	overflow: auto;
	border: 1px solid #FCFCFC;
}
#ss-title {
  background: url(../images/icons/SsIcon.jpg) no-repeat 10px;
  padding: 0 0 3px 45px;
  margin: 5px 0 0;
  color: #777;
  line-height: .9em;
  font-size: 18px;
}
#stories-list {
  list-style: none none;
  padding: 0 0 0 2px;
  margin: 0;
}
#stories-list li {
	float: left;
	margin: 8px;
	border: 1px solid #060;
	height: 47px;
	width: 47px;
	overflow: hidden;
}
#ss-feature {
  position: relative;
  width: 176px;
  margin: 10px auto;
  height: 160px;
  border: 1px solid #060;
}
img.ss-thumb {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
}
#ss-stories-overlay {
	display: none;
	position: absolute;
	width: 172px;
	height: 156px;
	margin: 1px;
	border: 1px solid #fff;
	background-color: #000;
	opacity: 0.6;
	z-index: 100;
	font-size: 11px;
}
#ss-stories-image,#ss-stories-image2 {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 174px;
	height: 158px;
	z-index: 50;
}
#ss-stories-image2 {
  z-index: 49;
}
#ss-stories-caption {
	display: none;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 160px;
	height: 144px;
	color: white;
	font-style: normal;
	overflow: hidden;
	z-index: 150;
	line-height: 1.4em;
	font-size: 0.7em;
}
#ss-subtitle {
  margin: 10px 0 5px 10px;
  padding: 0;
  font-weight: bold;
  font-style: italic;
}
.ss-feature, .ss-story {
  display: none;
}
.ss-thumb {
  border: 0;
}

