@charset "utf-8";
/* slicer */
.qitem {
	width:124px;
	height:118px;	
	margin:15px 0 0 0;
	padding-right:40px;
	background:url(../exhibtion/bg.png) no-repeat;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	cursor:pointer;
}
.qitem img {
	border:0;	
	/* allow javascript moves the img position*/
	position:absolute;
	z-index:200;
}
.qitem .caption {
	position:absolute;
	z-index:0;
	display:block;
	padding:0;
	margin:0;
	padding:10px 45px 4px 12px;
	font-family:sans-serif;
	font-size:13px;
	font-weight:normal;	
	color:#FFF;
	line-height:20px;
}
.qitem .caption span {
	display:block;
	font-family:sans-serif;
	font-size:11px;	
	font-weight:normal;
	color:#000000;
	line-height:16px;	
}
/* Setting for corners */
.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}
.topLeft {
	background-position: top left; 	
}
.topRight {
	background-position: top right; 
}
.bottomLeft {
	background-position: bottom left; 
}
.bottomRight {
	background-position: bottom right; 
}
