@charset "utf-8";
/* CSS Document */

.qitem {
	/*	width:126px;
	height:126px;*/
	width:200px;
	height:200px;
	border:4px solid #CCC;
	background: url(../image/staff/staff_back.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:hand;
	/*cursor:pointer;*/
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h3 {
	font-size:16px;
	padding:10px 5px 0 8px;
	margin:0;
	color:#6E0D11;
	border-bottom: 1px dotted #6E0D11;
		}

		.qitem .caption p {
	font-size:13px;
	padding:20px 5px 0 8px;
	margin:0;
	color: #666;
		}



/* 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; 
}

.clear {
	clear:both;	
}
