.qitem {
	width:260px;
	height:130px;	
	margin:20px 15px 10px 15px;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:hand; cursor:pointer;
	background: #8999b5;
}

	.qitem img {
		border:0;
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#fff;
		display:block;
		padding: 13px 5px 5px;
	}
	.qitem .caption a {
		color: #fff;
	}
	.qitem .caption a:hover {text-decoration: none;}
	.qitem .caption a em {line-height: 26px; height: 26px; float: left; font-style: normal; display: block; width: 48%;white-space:nowrap; text-overflow: ellipsis;}
.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:right;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}