figure {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.showbiz-container {
    padding: 0 20px;
    height: 360px;
}
.headline {
	font-size: 20px;
	background-color: #fff;
	padding-right: 10px;
	position: relative;
	float: left;
}
.line {
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	float: left;
	height: 1px;
	display: inline-block;
	margin: -24px 0 25px 0;
}
/* =================================================================== */
/* ShowBiz Carousel
====================================================================== */
.showbiz { position:relative; top: -20px; }
/* Navigation #1
====================================*/
.showbiz-navigation	{
	width:53px;
	height:25px;
	float: right;
	margin: -38px 0 0 -2px;
	background: #fff;
	padding-left: 10px;
}

.sb-navigation-left,
.sb-navigation-right,
.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sb-navigation-left,
.sb-navigation-right {
	width:25px;
	height:25px;
	cursor:pointer;
	float:left;
	border-radius: 2px;
	background-color: #c4c4c4;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.sb-navigation-left	{ margin-right: 3px; }

.sb-navigation-left i,
.sb-navigation-right i {
	line-height:24px;
	font-size:17px;
	color:#fff;
	margin-left: 10px;
}

.sb-navigation-left:hover,
.sb-navigation-right:hover {
	background-color: #a0a0a0;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
	cursor:default;
	background-color: #f2f2f2;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.06);
}

.sb-navigation-left.notclickable i,
.sb-navigation-right.notclickable i {
	color: #c0c0c0;
}
/* Basic Styles
====================================*/
.showbiz ul,
.showbiz li {
	list-style: none;
	margin:0;
	padding:0;
}

.showbiz ul li {
	position: relative;
	margin: 20px 20px 0 0;
}

.showbiz.our-clients ul li {
	margin: 15px 40px 0 0;
}

.showbiz.our-clients {
	margin-bottom: -10px;
}

.showbiz .overflowholder {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index:2;
}

.showbiz .overflowholder ul {
	width:100000px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.showbiz .overflowholder ul li {
	float: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	position:relative;
}

.mediaholder {
	position:relative;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    background: #ddd;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;*/
    overflow: hidden;
}

.mediaholder img {
	display: block;
    max-height: 149px;
	position:relative;
    margin: 0 auto;
}
/* =================================================================== */
/* Slider help
====================================================================== */
.item-description {
	padding: 18px 20px 24px 20px;
	min-height: 115px;
	max-height: 115px;
	text-align: center;
	#background-color: #f6f6f6;
	#box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05);
	border-radius: 0 0 3px 3px;
}
.item-description,
.item-description h5,
.item-description span {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.item-description h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
  padding:0;
  margin-top:0;
  margin-bottom: 5px;
}
.item-description span {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}
#slider-help .item-description { padding: 19px 20px 22px 20px; }
#slider-help .item-description h5 { line-height: 21px; }
.portfolio-item:hover > figure > a .item-description {
	background-color: #e0541f;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.portfolio-item:hover > figure > a .item-description h5,
.portfolio-item:hover > figure > a .item-description span {
	color: #fff;
}