#image360 {
	position: relative;
	width: 1024px;
    height: 768px;
	margin: 0 auto;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#image360 .bg {
	position: absolute;
	width: 1024px;
	height: 768px;
}

#image360 .images {
	position: absolute;
	width: 100%;
    height: 100%;
    
    /*image-rendering: optimizeSpeed;
 	image-rendering: -moz-crisp-edges;
 	image-rendering: -o-crisp-edges;
 	image-rendering: -webkit-optimize-contrast;
 	image-rendering: optimize-contrast;
	image-rendering: optimizeQuality;
 	-ms-interpolation-mode: nearest-neighbor;*/
}

#image360 .controller {
	position: relative;
	width: 404px;
    height: 44px;
	top: 575px;
	margin:0 auto;
	background: url("../../imgs/widget_image360/line_box.png") repeat-x center center;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -moz-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -ms-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -o-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
}

#image360 .controllerLapso {
	position: relative;
	width: 316px;
    height: 44px;
	top: 575px;
	margin:0 auto;
	background: url("../../imgs/widget_image360/line_box.png") repeat-x center center;
	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -moz-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -ms-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -o-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
}

#image360 .label {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
    color: #44677b;
	float: left;
	width: 105px;
	margin-top: 13px;
}

#image360 .slider {
	position: relative;
	float: left;
	width: 280px;
	height: 13px;
	margin-top: 17px;
	margin-left: 17px;
	margin-right: 17px;
	
	background-color: #44677b;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    -o-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, .4);
}

#image360 .sliderDrag {
	position: relative;
	width: 15px;
    height: 15px;
	background: url("../../imgs/widget_image360/button_drag.png") no-repeat center center;
	cursor: pointer;
	margin-left: 1px;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#image360 .buttonMin {
	float: left;
	position: relative;
	width: 39px;
    height: 44px;
	background: url("../../imgs/widget_image360/icon_min.png") center center no-repeat;
	cursor: pointer;
}

#image360 .buttonMax {
	float: left;
	position: relative;
	width: 39px;
    height: 44px;
	background: url("../../imgs/widget_image360/icon_max.png") center center no-repeat;
	cursor: pointer;
}

#image360 .loader {
	position: absolute;
	width: 32px;
    height: 32px;
	left: 48%;
	top: 48%;
	background: url("../../imgs/components/loader.gif") no-repeat center center;
}

#image360 .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    top: 50px;
    right: 0px;
    /*margin-right: 5px;
    margin-bottom: 90px;*/
    height: auto;
    max-width: 370px;
    line-height: 12px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
	
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    /*-webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}