body {
	font-family:arial;	
}

.qitem {
	width:144px;
	height:144px;		
	margin:9px 12px 9px 0;
	background:url(../../images/ajax-window/bg.jpg) 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;
}

.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 h4 {
	font-size:12px;
	padding:14px 0 4px 12px;
	margin:0;
	color:#B1E309;
	letter-spacing:-1px;
}

.qitem .caption h3 {
	font-size:11px;
	padding:7px 5px 0 12px;
	margin:0;
	color:#B1E309;
}

.qitem .caption p {
	font-size:10px;	
	padding:3px 5px 0 12px;
	margin:0;
}

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