	#translatePopup {
		position: absolute;
		top: 0px;
		left: 0px;
		border: 1px solid #CCCCCC;
		width: 218px;
		height: 103px;
		background: #fff;
		z-index: -1;
		opacity: 0;
	}
	
	.goog-te-gadget-simple {
		display:inline !important;
	}
	
	#google_translate_element {
		padding-left: 30px !important;
	}
	
	#translateMe {
		/*margin-top:43px;*/
		
		/*line-height: 13px !important;*/
		/*opacity: 0.5; /*0.25;*/
		/*transition: opacity .25s ease-in-out;
   		-moz-transition: opacity .25s ease-in-out;
   		-webkit-transition: opacity .25s ease-in-out;*/
   		margin-top: 3px;
   		opacity: 0.6;
	}
	
	#translateMe:hover {
		opacity: 1; /*0.50;*/
	}
	
	.piSpacer {
		margin-top:25px;
	}
	
	.rightImage {
		opacity: 0;
		z-index: -10;
	}