.qlueshow {
	overflow: hidden;
	position: relative;
}

.qlueshow ul {
	margin:0 auto;	
	padding:0;
	width:200%;
}

.qlueshow ul li.slide {
	display: block;
	list-style: none;
	line-height: 0;
	padding:0;
	margin:0;
	position: absolute;
	left:100%;
	top:0;
	width: 100%;
	overflow: hidden;
}

.qlueshow ul li.slide .caption,
.qlueshow .placeholder .caption {
	background: rgba(0, 0, 0, 0.2);
	bottom: 0;
	display: block;
	font-size: 0.9em;
	line-height: 1.2;
	padding: 10px;
	position: absolute;
	right:0;
	left:0;
}

.qlueshow ul li.slide img {
	width: 100%;
}

.qlueshow .placeholder {
	width: 50%;
	line-height: 0;
	visibility: hidden;
}

.qlueshow .placeholder img {
	height: auto;
	width: 100%;
}

.qlueshow .nav {
	position: absolute;
	top:50%;
	margin-top:-16px;
	background: blue;
	display: block;
	padding:2px 5px;
	color:#fff;
	text-transform: uppercase;
	font-size:11px;
	cursor: pointer;
	z-index: 10;
	width: 32px;
	height: 32px;
	background: url('../images/nav.png') no-repeat bottom;
	visibility: hidden;
}

.qlueshow:hover .nav {
	visibility: visible;
}

.qlueshow .nav.next {
	right:0;
	background-position: top;
}