
/* gradient 1 */
.gradient1 h1 {
	/*font: bold 330%/100% "Lucida Grande", Arial, sans-serif;*/
	position: relative;
	/*margin: 30px 0 50px;*/
	/*color: #464646;*/
}
.gradient1 h1 span.gr {
	background: url(images/gradient-white) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}
.gradient1 h1 span.grIE {
	/*background: url(images/gradient-white) repeat-x;*/
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

/* jquery */
.jquery h1 {
	
  /*font: bold 280%/100% "Lucida Grande", Arial, sans-serif;*/
	position: relative;
	/*
	margin: 30px 0 0;
	color: #464646;
	*/
}
.jquery h1 span.gr {
	background: url(images/gradient-white) repeat-x 0px 2px;
	position: absolute;
	display: block;
	width: 100%;
	/*
	height: 31px;*/
}
.jquery h1 span.grIE {
	/*background: url(images/gradient-white) repeat-x 0px 2px;*/
	position: absolute;
	display: block;
	width: 100%;
	  background: none;
    background:transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/css-gradient/images/gradient-white.png', sizingMethod='scale');
	/*
	height: 31px;*/
}

