#photoGalleryTop .list360{
	position: absolute;
    left: 15px;
    top: 378px;
    z-index: 10;
    cursor: pointer;
}
#photoGalleryTop .list360 .show{
	display: block;
}
#photoGalleryTop .nav-360{
	width: 80px;
	position: absolute;
	display: none;
	background:#fff;
	-webkit-box-shadow: 1px 2px 16px -2px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 2px 16px -2px rgba(0,0,0,0.45);
	box-shadow: 1px 2px 16px -2px rgba(0,0,0,0.45);
	margin-top: 12px;
	border: 1px #e0e0e0 solid;
	border-bottom:none;
	display: none;
}
#photoGalleryTop .nav-360:before{
  content:'';
  height:10px;
  width:25px;
  top: -10px;
  left: 23px;
  background: url('../img/ic_before.png') no-repeat;
  position: absolute;
}
#photoGalleryTop .nav-360 a{
	color:#000;
	font-size: 14px;
	display: block;
	border-bottom: 1px #e0e0e0 solid;
	padding: 8px 0;
	text-decoration: none;
	padding-left: 10px;
	background:url(../img/ic_arrow_360.png) #fff no-repeat;
	background-position: top 50% right 5px;
}
#photoGalleryTop .nav360_2 .tras{
	transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-top:-5px
}
#propertyMain #photoGalleryTop .linkBox  .nav360_2{
	float: left !important;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 img{
	margin-top: 3px;
	margin-right: 5px;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 {
	   background: url(../img/background_nav360_2.png) no-repeat;
}

#photoGalleryTop .nav360_2 .arrow{
 	border-top: 9px solid #000;
 	display: inline-block;
 	vertical-align: middle;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 .show{
	display: block !important;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 .item_360_2{
	width: 290px;
	margin-top: 10px;
	border-top: 1px #e0e0e0 solid;
	display: none;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 1px 2px 16px -2px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 2px 16px -2px rgba(0,0,0,0.45);
	box-shadow: 1px 2px 16px -2px rgba(0,0,0,0.45);
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 .item_360_2:before{
  content:'';
  width:25px;
  height: 10px;
  top: -10px;
  left: 23px;
  background: url('../img/ic_before.png') no-repeat;
  position: absolute;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 .item_360_2 a{
	background:url(../img/ic_arrow_360.png) #fff no-repeat;
	background-position: top 50% right 5px;
	width: 145px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 .item_360_2 td{
	border: 1px #e0e0e0 solid;
	border-top:none;
	width: 145px;
}
#propertyMain #photoGalleryTop .linkBox .nav360_2 .item_360_2 td:nth-child(odd){
	border-right: none;
}
#propertyMain #photoGalleryTop .linkBox a{
	float: right !important;
}
