
.circle_t{
	position:relative;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 auto 0 auto; 
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0.2em solid #fff;	
}

.circle_t a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 200;
}

.circle_t:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
}

.circle_bt{
	position:absolute;
	bottom: 40px;
	left: 48.5%;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 auto 0 auto; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #795548;
}

.circle_bt a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 200;
}

.icon{
	position:absolute;
	top: 5px;
	left: 3px;
	height: 40px;
	width: 40px;
	margin: 0 auto 0 auto; 
	overflow: hidden;
	display: inline-block;
}

.icon .pointerTop{
	/*position:relative;*/
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 6px 6px 0 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 10px 0 0 8px;
}

.icon .pointerDown{
	position:absolute;
	top: -4px;
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 6px 6px 0 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 8px 0 0 8px;
}

a.location{
	height: 25px;
	width: 25px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
} 

.location:before{
	content: '';
	height: 10px;
	width: 10px;
	border: 4px solid #333;
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	background: #E8E2D4;
	line-height: 20px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-align: center;
}

.location:after{
	content: '';
	height: 0px;
	width: 0px;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 3px;
	border: 8px transparent solid;
	border-top-color: #333;
	border-width: 15px 6px 0px 6px;
	z-index: 1;
	}

a.download {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 7px;
	border: 4px solid #333;
	border-top: none;
	vertical-align: middle;
}

.download:after {
	width: 0px;
	height: 0px;
	content: '';
	position: absolute;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 8px;
	left: 4px;
	top: -4px;
}

.download:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 8px;
	background: #333;
	top: -12px;
	left: 9px;
} 

	
img.GR100hp:hover ,
.circle_bt:hover,
.location:hover ,
.download:hover,
.slide_btn:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
}
