	.three_sixty{
		display: inline-block;
		margin-right: 15px;
		text-align: center;
		vertical-align: top;
		position: relative;
	}
	
	.three_sixty_main{
		position: relative;
	}
	
	.s7container {
		overflow: hidden;
		width: 516px;
		height: 300px;
	}

	.spin_slider, .frame-indicators{
		width: 516px;
		height: 30px;
		text-align: center;
		margin-bottom:10px;
	}
	
	.spin_slider{
		background: url('../images/spin_slider.png');
	}
	
	
	.spin_scrubber{
		width: 30px;
		height: 30px;
		background: url('../images/spin_scrubber.png');
		display: inline-block;
		cursor: pointer;
	}
	
	#spinnext, #spinlast{
		position: absolute;
		top: 50%;
		font-size:40px;
		cursor: pointer;
	}
	
	#spinnext{
		right:20px;
	}
	
	#spinlast{
		left:20px;
	}
	
	.frame-indicator{
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 20px;
		border: 1px solid #999;
		border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
		box-shadow: inset 0px 0px 0px 1px #fff;
		cursor: pointer;
		z-index: 2;
	}
	.frame-indicators{
		position: relative;
		z-index: 2;
	}
	.frame-indicator.active{
		background:#009c90;
	}
	.drag_blocker{
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
		left:0;
		z-index:0;
	}
