

.item_list{
	margin : 0px;
	position: relative;
}

.item{
	display: block;
	background-color: transparent;
	border: 0px;
	position: absolute;
	width: 180px;
	height: 180px;

}

.item .frame {
	position: absolute;
	display: block;
	top: 10px !important;
	left: 0px !important;
	width: 160px;
	height: 180px;
	background: transparent no-repeat center center;
	z-index: 5;
}

.item .body{
	z-index: 1;
	display: block;
	position: absolute;
	top : 20px !important;
	left: 5px !important;
}

.item .title{
	display: block;
	position: absolute;
	top : 175px !important;
	left: 5px !important;
}

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

/***** Number dependent styles *****/
/*
.item1{
	top: 0px;
	left: 0px;
}

.item2{
	top: 0px;
	left: 215px;
}

.item3{
	top: 0px;
	left: 430px;
}

.item4{
	top: 0px;
	left: 645px;
}

.item5{
	top: 225px;
	left: 0px;
}

.item6{
	top: 225px;
	left: 215px;
}

.item7{
	top: 225px;
	left: 430px;
}

.item8{
	top: 225px;
	left: 645px;
}

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

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

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

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

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

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

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

.item8 .frame {
	background-image: url(../images/frames/artist/3.png);
}
*/
