#artiste-mpm {
	width: 651px;
	height: 256px;
	float: left;
	background-image: url(http://img.tvb.com/artiste/images/index/1/mpm_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
.artiste-mpm-frame {
	width:645px;
        height:250px;
        overflow: hidden;
        position: relative;
}
.artiste-mpm-main-container {
	width:645px;
	height:250px;
	overflow: hidden;
	position: absolute;
	left: 3px;
	top: 3px;
}
.artiste-mpm-main-left-button {
	cursor:pointer; 
	z-index:2; 
	position:absolute; 
	left:10px; 
	top:100px; 
	width:40px; 
	height:40px;
}
.artiste-mpm-main-right-button {
	cursor:pointer; 
	z-index:2; 
	position:absolute; 
	left:607px; 
	top:100px; 
	width:40px; 
	height:40px;
}
.artiste-mpm-main-photo-container {
	width:645px; 
	height:250px; 
	overflow:hidden; 
	position:relative; 
	left:3px; 
	top:3px; 
	z-index:1;
}

