.ztickets-poster-slider-container {
	width: 100%;
}

.widget-poster-slider li {
	position: relative;
}

.slide-wrapper {
	position: relative;
	width: 180px;
}

.slide-wrapper > a {
	display: block;
	width: 100%;
	height: 100%;	
}

.slide-wrapper .slide-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-wrapper .slide-overlay h5 {
	width: 100%;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.84) 16%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.84) 16%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.84) 16%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	margin: 0;
	padding-top: 10px;
}

.slide-wrapper .slide-overlay ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	display: block;
	width: 100%;
	bottom: 14px;
	position: absolute;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 84%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 84%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 84%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.slide-wrapper .slide-overlay ul li {
	line-height: 40px;
	text-align: center;
	width: 33.333%;
	float: left;
}
.slide-wrapper .slide-overlay ul li a {
	display: block;
	font-size: 18px;
}

.slide-wrapper img {
   width: 180px;
   height: 257px
}
