/*
 *  Copyright (c) 2011 The ORMMA.org project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */

/* COMPASS */
#headingDiv {
	float:left;
}
#compass-widget {
	background-image:url(../img/compass.png);
	background-size: cover;
	width:183px;
	height:183px; 
	background-repeat: no-repeat;

	
}


#compass-arrow {
	background-image:url(../img/arrow.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:16px 200px;
	transform: rotate(0deg) translateY(0%) ;
	-webkit-transform: rotate(0deg) translateY(0%) ;
	-ms-transform: rotate(0deg) translateY(0%) ;
	width:20px;
	height:220px;
	position: absolute; 
	left: 82px; 
	top: -19px;
}
#compass-arrow-blu {
	background-image:url(../img/arrow-blu.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:16px 200px;
	transform: rotate(0deg) translateY(0%) ;
	-webkit-transform: rotate(0deg) translateY(0%) ;
	-ms-transform: rotate(0deg) translateY(0%) ;
	width:20px;
	height:220px;
	position: absolute; 
	left: 82px; 
	top: -19px;
}
