/* trigger button */
.tooltipBtn {
/*	background:transparent url(../images/popup_btn.png) no-repeat scroll 0 0;  */
	background:transparent url(../cards/xshuffle.jpg) no-repeat scroll 0 0;    
	border:ridge;
	display:block;
	height:300px;
	overflow:visible;
	text-indent:-999em;
	width:300px;
	cursor:pointer;
}

.bird1Btn {
/*	background:transparent url(../images/popup_btn.png) no-repeat scroll 0 0;  */
	background:transparent url(../birdwatch/DarkEyedJunco.jpg) no-repeat scroll 0 0;    
	left:200px;
	top:200px;
	border:ridge;
/*	display:block; */
	height:177px;
	overflow:visible;
	text-indent:-999em;
	width:150px;
	cursor:pointer;
	position:absolute;
}







/* mouseover state */
.tooltipBtn:hover {
	/*background-position:0 -44px ;	*/	
}

/* clicked state */
.tooltipBtn:focus {
	/*background-position:0 -88px;*/
}

.countryTipBtn {
	width: 27px;
	height: 18px;
	position: absolute;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-indent:-9000px;
}


/* mouseover state */
.countryTipBtn:hover {
	/*background-position:0 -44px ;	*/	
}

/* clicked state */
.tcountryTipBtn:focus {
	/*background-position:0 -88px;*/
}

/* tooltip styling */

/*
.tooltip {
	display:none;
	width:196px;
	font-size:11px;
	z-index: 1100;
}

.tooltip .top {
	background:url(../img/tooltip_top.png) no-repeat;
	width: 196px;
	height: 8px;
	overflow: hidden;
}

.tooltip .body {
	background-color:black;
	opacity:0.5;
	filter: alpha(opacity = 50);
	background: url(../img/tooltip_bg.png) repeat-y; 
	width: 200px;
	min-height: 25px;
	padding: 0 8px;
}

.tooltip .body p {
	background-color:black;
	opacity:0.5;
	filter: alpha(opacity = 50);
	margin: 0;
	line-height: 20px;
}
*/
.tooltip .btm {
	background:url(../img/tooltip_btm.png) no-repeat;
	width: 196px;
	height: 7px;
	overflow: hidden;
}

.homeTip {
	left: 45px;
	top: 200px;
	position: absolute;
}

.servicesTip {
	left: 100px;
	top: 150px;
	position: absolute;
}

.howTip {
	left: 15px;
	top: 20px;
	position: absolute;
}

.aboutTip {
	left: 650px;
	top: 30px;
	position: absolute;
}

.shuffleTip {
	left: 650px;
	top: 30px;
	position: absolute;
}


.connectTip {
	left: 100px;
	top: 150px;
	position: absolute;
}

.canadaTip {
	left: 60px;
	top: 25px;
}

.ukraineTip {
	left: 148px;
	top: 29px;
}

.chinaTip {
	left: 205px;
	top: 35px;
}

.pakistanTip {
	left: 179px;
	top: 57px;
}

.argentinaTip {
	left: 55px;
	top: 95px;
}
