/***** COMPAT ******/
/*
.item_list{
	float : none;
}

.item .body,
.item .title{
	position: absolute;
}

.item .title{
	margin-bottom: 0px;
}

.item .frame {
	top: 40px;
	left: 5px;
	width: 160px;
	height: 160px;
	z-index: 3;
}
*/
/***** END COMPAT ******/

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

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

.item .body{
	height: 260px;
	z-index: 1;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.item .title{
	display: block;
	position: absolute;
	height: 60px;
}

.item .view_artwork{
	display: block;
	position: absolute;
	height: 20px;
	margin-left: 10px;
}

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

.item .frame{
	position: absolute;
	display: block;
	width: 220px;
	height: 300px;
	left: -20px;
	background: transparent no-repeat top left;
	z-index: 5;
}

/***** Number dependent styles *****/

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

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

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

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

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

.item2{
	top: 70px;
	left: 200px;
}

.item3{
	top: 35px;
	left: 400px;
}

.item4{
	top: 75px;
	left: 600px;
}

.item1 .body{
	top : 0px !important;
}

.item1 .frame{
	top : -20px;
}

.item1 .title{
	top : 280px !important;
}

.item1 .view_artwork{
	top : 340px !important;
}

.item2 .title{
	top : 0px !important;
}

.item2 .body{
	top : 100px !important;
}

.item2 .frame{
	top : 80px;
}

.item2 .view_artwork{
	top : 60px !important;
}

.item3 .body{
	top : 0px !important;
}

.item3 .frame{
	top : -20px;
}

.item3 .title{
	top : 280px !important;
}

.item3 .view_artwork{
	top : 340px !important;
}

.item4 .title{
	top : 0px !important;
}

.item4 .body{
	top : 100px !important;
}

.item4 .frame{
	top : 80px;
}

.item4 .view_artwork{
	top : 60px !important;
}
