.showbiz-navigation {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.showbiz {
	margin: 0 0 45px 0;
}

.showbiz ul,
.showbiz li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.showbiz ul li {
	position:relative;
	-webkit-transform: translateZ(10);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	margin-right: 20px;
	margin-top: 20px;
}

.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;
	position:relative;
}

.products .product {
	margin-top: 20px;
	position: relative;
}

.products a { line-height: 18px; }

.showbiz .mediaholder,
.products .mediaholder {
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:transparent;
	padding:0px;
	border:none;
	overflow: hidden;
}

.showbiz .mediaholder_innerwrap,
.products .mediaholder_innerwrap {
	position:relative;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.showbiz .mediaholder img,
.products .mediaholder img {
	width:100%;
	position:relative;
	margin-bottom:-5px;
}

.showbiz .cover,
.products .cover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.showbiz li:hover .cover,
.products figure:hover .cover {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.showbiz li .mediaholder img,
.products figure .mediaholder img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.showbiz li:hover .mediaholder img,
.products figure:hover .mediaholder img {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.showbiz .cover,
.showbiz li .mediaholder img,
.products .cover,
.products figure .mediaholder img {
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	 transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

	-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}


/* Navigation #1
------------------------------------- */
.showbiz-navigation	{
	/* width:53px; */
	/* height:25px; */
	float: right;
	margin: -27px 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;
	/* background-color: #c4c4c4; */
}

.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: #808080;
}*/

.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
	cursor: default;
	/* background-color: #f2f2f2 !important; */
}

.sb-navigation-left.notclickable i,
.sb-navigation-right.notclickable i {
	color: #c0c0c0;
}


/* ShowBiz Product Styles
------------------------------------- */
.product section {
	padding: 18px 0 17px 0;
	text-align: center;
	background-color: #f6f6f6;
}

.product section h5 { color: #707070; }

.product-button {
	width: 100%;
	top: auto;
	bottom: 0;
	background: rgba(0, 57, 111, 0.65);
	position: absolute;
	z-index: 10;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s 0.3s;
	transition: transform 0.3s, opacity 0.1s 0.3s;
	height: 100%;
}

a.product-button {
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	/* padding: 13px 0; */
}

a.product-button i {
	margin-right: 4px;
	top: 45%;
	position: relative;
	margin-top: 45%;
	display: inline-block;
}

.product:hover .product-button {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s, background 0.25s;
	-moz-transition: -moz-transform 0.3s, opacity 0.1s, background 0.25s;
	transition: transform 0.3s, opacity 0.1s, background 0.25s;
}

.product-button:hover {
	background: rgba(0, 57, 111, 0.65);
}

.product-category {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #aaa;
}

.product-price,
.product-price-discount {
	font-size: 16px;
	font-weight: 700;
	color: #606060;
	padding: 1px 0 5px 0;
	display: block;
}

.product-price-discount {
	color: #888;
	text-decoration: line-through;
	padding: 0;
}

.product-price-discount i {
	color: #666;
	text-decoration: none;
	display: inline-block;
	background-color: #ffecb7;
	padding: 3px 5px;
	margin: -1px 0 1px 4px;
}

.product-discount {
	background-color: #808080;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 9px;
	display: inline-block;
	position: absolute;
	color: #fff;
	z-index: 99;
	top: 0;
	right: 0;
}



/* Products List
------------------------------------- */
ul.product-list {
	margin: 0;
}

ul.product-list li {
	margin: 15px 0 0 0;
	display: block;
	float: left;
	width: 100%;
}

.product-list img {
	display: inline;
	float: left;
	padding-right: 15px;
}

.product-list-desc {
	display: inline;
	font-size: 16px;
	color: #666;
	top: 16px;
	-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;
	left:0;
	position: relative;
}

.product-list-desc i {
	display: block;
	font-weight: 700;
	line-height: 24px;
	color: #606060;
}

.product-list li a:hover .product-list-desc { left: 4px; }
.product-list.top-rated a span { margin: 9px 0 0 0; }

.product-list-desc.with-rating {
	top: 8px;
}