			#slider body
			{
				background-color: #fff;		
				overflow: hidden;
				font-family:"Arial Black", Gadget, sans-serif;
				width: 100%;
			}
		
			#slider canvas
			{
				float: none;
			}
			
			#slider .info
			{
				float:none;
				width: 500px;
				text-align: center;
				margin: 0 auto;
			}
			
			#slider #fps
			{
				font-size: 10px;
			}
			
			#slider .marker
			{
				background-color: #fff;
				background: rgba(255,255,255,0.4);
				position: absolute;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				display: table;
				opacity: 0;
			}
			
			#slider .marker:hover{
				opacity: 1;
				cursor: pointer;
			}
			
			#slider .markerText
			{
				font-size: 10px;
				color: #000;
				/*
				margin-left: 15px;
				margin-top: -3px;
				*/
				display: table-cell;
				vertical-align: middle;
				text-align: center;
			}
			
			#slider #globe-holder{
				width: 350px;
				height: 350px;
				display: block;
				margin-bottom: 0;
				text-align: center;
				margin: 0 auto;
			}
			
			#slider .clearfix:before, #slider .clearfix:after { content: ""; display: table; }
			#slider .clearfix:after { clear: both; }
			#slider .clearfix { zoom: 1; }
			
			#slider .arrow{
				display: block;
				width: 32px;
				height: 57px;
				position: relative;
				bottom: 200px;
			}
			
			#slider .arrow.left{
				background: url(prev.png) no-repeat left center;
				left: -100px;
				float: left;
			}
			
			#slider .arrow.right{
				background: url(next.png) no-repeat left center;
				right: -100px;
				float: right;
			}
			
			#slider .button.link{
				display: inline-block;
				padding: 5px 8px;
				background: #1769D7;
				color: #fff;
				text-decoration: none;
				-webkit-border-radius: 15px;
				-moz-border-radius: 15px;
				border-radius: 15px;
				height: 15px;
				line-height: 15px;
				margin-top: 6px;
			}
			
			#slider .button.link:hover{
				background: #000;
			}