
.artist_flow {
	height: 260px;
	position: relative;
	width:100%;
}

#flip {
	width: 705px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
#flip2 {
	width: 705px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
#flip3 {
	width: 705px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
.ui-jcoverflip {
	position:absolute;
	top:30px;
}
.ui-jcoverflip--item {
	position: absolute;
	display: block;
	padding-bottom: 16px;
}
#flip .ui-jcoverflip--title {
	position: absolute;
	bottom: 0;
	width: 705px;
	margin-left: 1px;
	text-align: center;
	color: #78500a;
	font-weight: 700;
	background: url('/images/bg/artist_bg.png') no-repeat center -210px;
}
#flip2 .ui-jcoverflip--title {
	position: absolute;
	bottom: 0;
	width: 705px;
	margin-left: 1px;
	text-align: center;
	color: #78500a;
	font-weight: 700;
	background: url('/images/bg/artist_bg.png') no-repeat center -210px;
}
#flip3 .ui-jcoverflip--title {
	position: absolute;
	bottom: 0;
	width: 705px;
	margin-left: 1px;
	text-align: center;
	color: #78500a;
	font-weight: 700;
	background: url('/images/bg/artist_bg.png') no-repeat center -210px;
}