div#showcase_box {
	overflow: hidden;
}

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}

#showcase_box ul.description {
	width: 270px;
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	overflow: hidden;
	margin: 0;
  padding-left:0px;
}

#showcase_box .description li {
	height: 48px;
	color: #dbdada;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 34px;
	margin-top: 0;
	white-space: nowrap;
  list-style-image: none;
   list-style-type: none;
}

h2.title a{
  font-size: 0.75em;
}

#showcase_box .description li div.description_container {
	border-bottom: 1px solid #007bbe;
	width: inherit;
}

#showcase_box .description li h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

#showcase_box ul.description li:hover {
	cursor: pointer;
}

#showcase_box ul.description li span.payoff {
	font-size: 0.9em;
	height: 16px;
	width: inherit;
	display: block !important;
	width: inherit;
}

#showcase_box ul.description li.active span.payoff {
	visibility: visible !important;
}

#showcase_box ul.images {
	width: 673px;
	margin: 0;
	padding: 0;
}

#showcase_box ul.images li {
	list-style: none;
	height: 384px;
	position: relative;
}

#showcase_box ul.images li div.caption_sidebar {
	height: 384px;
	background: #4b4a4a;

}
div.caption_sidebar {
    color: #fff;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
  width: 199px;}

#showcase_box ul.images li.item span {
	color: #d8d6d3;
}

#showcase_box ul.images li.item span.caption {
	position: absolute;
	top: 82px;
	right: 26px;
	width: 135px;
}

#showcase_box ul.images li.item span.caption_payoff {
	position: absolute;
	bottom: 50px;
	right: 26px;
	width: 135px;
	font-weight: bold;
	font-size: 1.1em;
}

#showcase_box .active {
	background: url('../images/arrow.png') no-repeat 0 8px;
}

#showcase_box .scrollable {
	left: 285px;
	top: 10px;
	position: relative;
	overflow: hidden;
	width: 673px;
	height: 384px;
}

#showcase_box .scrollable .items {
	height: 200em;
	position: absolute;
}
