#product_tour {
	position:relative;
	width:543px;
	height:467px;
	margin:0 auto;
	border:14px solid #000;
	padding:0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
#product_tour .pt_nav {
	height:95px;
	width:515px;
	top:0;
	left:0;
	position:absolute;
	z-index:1000;
}
#product_tour_swf{
	height:439px;
	width:515px;
	position:absolute;
	z-index:500;
	top:0;
	left:0;
}
#product_tour .pt_nav a {
	position:absolute;
	top:0px;
	display:inline-block;
}
#product_tour .pt_nav a.tour_01 {
	left:0;
	width:110px;
	height:90px;
}
#product_tour .pt_nav a.tour_02 {
	left:110px;
	width:100px;
	height:90px;
}
#product_tour .pt_nav a.tour_03 {
	left:210px;
	width:155px;
	height:90px;
}
#product_tour .pt_nav a.tour_04 {
	left:365px;
	width:155px;
	height:90px;
}