.item{
	position: absolute;
}

.item .body img{
	width: 130px !important;
	height: 130px !important;	
}

.item .frame{
	position: absolute;
	top: -15px !important;
	left: -15px !important;
	background: transparent no-repeat top left;
}

.item1 .frame{
	background-image: url(../../images/frames/box/1.png);
}

.item2 .frame{
	background-image: url(../../images/frames/box/2.png);
}

.item3 .frame{
	background-image: url(../../images/frames/box/3.png);
}

.item1{
	top: 0px;
	left: 0px;
}

.item2{
	top: 150px;
	left: 50px;
}

.item3{
	top: 300px;
	left: 100px;
}

