/* trigger button */
#download_now {
//	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
//	display:block;
//	height:44px;
//	margin-bottom:30px;
//	overflow:hidden;
//	text-indent:-999em;
//	width:159px;
//	cursor:pointer;
}

/* mouseover state */
#download_now:hover {
	//background-position:0 -44px ;		
}

/* clicked state */
#download_now:focus {
	//background-position:0 -88px;
}

/* tooltip styling */
.tooltipq {
	display:none;
	vbackground:url(black_arrow_big.png);
	height:163px;
	offpadding:60px 30px 10px 30px;
	padding:1px 1px 1px 1px;
	offwidth:310px;
	font-size:11px;
	color:#fff;
	border:1px solid #9C4787;
	background-color: #861F6D;
}

/* a .label element inside tooltip */
.tooltipq .label {
	color:yellow;
	width:35px;
}

.tooltipq a {
	color:#ad4;
	font-size:11px;
	offfont-weight:bold;
}



/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(black_arrow_big.png);

	height:176px;
	width:310px;
	padding:25px;
	padding-bottom:0px;
	color:#fff;
	border: 0px;
	font-size:15px;
	font-weight:bold;
}

/* style the trigger elements */
#demogs img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}