.artGroup {
	display: block;
	width: 270px;
	height: 420px;
	position: relative;
	float: left;
}
.artwork {
	display: block;
	width: 100%;
	height: 100%;
}
.artGroup img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.artGroup .sum {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.artGroup .sum img{
	width:144px;
	height:144px;
	margin:85px 63px 0px 63px;
}
.artGroup .sum .sum_h{
	margin-top:247px;
}
.artGroup .sum h2 {
	font-size:28px;
	text-align: center;
}
.artGroup .sum h3 {
	font-size:14px;
	text-align:center;
	position:absolute;
	bottom:20px;
	width:270px;
}
.artGroup .detail {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.artGroup .detail img{
	width:144px;
	height:144px;
	margin:35px 63px 0px 63px;
}
.artGroup .detail .detail_p{
	margin-top:194px;
}
.artGroup .detail p {
	font-size:14px;
	text-align: left;
	margin-left:102px;
	color: #fff;
	line-height:30px;
}
.artGroup .detail a{
	display: block;
	color: #fff;
	line-height:30px;
}
.artGroup .detail a:hover {
	display: block;
	color: #999;
}
.artGroup .detail h3 {
	font-size:14px;
	text-align: center;
	color: #fff;
	position:absolute;
	bottom:20px;
	width:270px;
}

/* Older Browsers */
.artGroup.slide {
	overflow: hidden;
}

/* Newer Browsers */
.artGroup.flip {
	-webkit-perspective: 800px;
	perspective: 800px;
}
.artGroup.flip .artwork {
	-webkit-transition: -webkit-transform 1s ease; 
	transition: transform 1s ease; 

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.artGroup.flip .detail, .artGroup.flip .theFlip {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.artGroup.flip img, .artGroup.flip .detail {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
