body {
	font-family:arial;	
}
 
.qitem {
	width:140px;
	height:140px;	
	border:4px solid #222;	
	margin:5px 5px 5px 0;
	background: url('bg.gif') no-repeat;	
 
	/* Требуется, чтобы скрыть изображение после изменения размеров */
	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:10px 5px 0 8px;
			margin:0;
			color:#369ead;
		}
 
		.qitem .caption p {
			font-size:10px;	
			padding:3px 5px 0 8px;
			margin:0;
		}
/* Установка для баров */
.bar1, .bar2, .bar3, .bar4 {
	position:absolute;
	background-repeat: no-repeat; 
	z-index:200;
}
 
.clear {
	clear:both;	
}