#panorama_box {
	width: 350px;
	overflow: hidden;
	position: relative;
	float: left;
}
#panoramic_image div {
	width: 10000px;
	margin: 0;
	padding: 0;
	top: 0;
	position: relative;
}
#go_right {
	background:transparent url(/images/right.png) no-repeat scroll 0%;
	cursor:pointer;
	float:left;
	height:215px;
	width:32px;
	z-index:100;
	margin: 0 22px 0 0;
}
#go_left {
	background:transparent url(/images/left.png) no-repeat scroll 0%;
	cursor:pointer;
	float:left;
	height:215px;
	width:32px;
	z-index:100;
}