/* JQ animation*/

div#HomeJQueryImage {
	width: 720px;
	float: left;
	/*height: 245px;*/
	height: 270px;
	margin-top: 0px;
	z-index: 5;
	position: relative;
}

div#HomeJQueryImage_logo {
	width: 720px;
	float: left;
	height: 134px;
	margin-top: 98px;
	z-index: 5;
	position: relative;
}
div#HomeJQueryImage_logo_1 {
	width: 160px;
	float: left;
	margin-left: 169px;
	height: 134px;
	background-image: url(../images/logo_anim1.png);
	background-position: center;
	background-repeat: no-repeat; /*margin-top:138px;*/
	z-index: 5;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
div#HomeJQueryImage_logo_2 {
	width: 160px;
	float: right;
	margin-right: 190px;
	height: 134px;
	background-image: url(../images/logo_anim2.png);
	background-position: center;
	background-repeat: no-repeat; /*margin-top:138px;*/
	z-index: 5;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
div#HomeJQueryImage_circle {
	width: 22px;
	float: left;
	height: 134px;
	z-index: 5;
	position: relative;
	margin-left: 334px;
	top: -112px;
	opacity: 0;
	filter: alpha(opacity=0);
}
div#HomeJQueryImage_r1 {
	width: 22px;
	height: 22px;
	background-image: url(../images/circle_anim.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	z-index: 5;
	position: relative;
}
div#HomeJQueryImage_r2 {
	width: 22px;
	height: 22px;
	background-image: url(../images/circle_anim.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	z-index: 5;
	position: relative;
}
div#HomeJQueryImage_r3 {
	width: 22px;
	height: 22px;
	background-image: url(../images/circle_anim.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	z-index: 5;
	position: relative;
}
div#HomeJQueryImage_text1 {
	width: 32px;
	float: left;
	height: 134px;
	z-index: 5;
	position: relative;
	margin-left: 450px;
	opacity: 1;
	top: -133px;
	filter: alpha(opacity=1);
}
div#HomeJQueryImage_text2 {
	width: 32px;
	float: left;
	height: 134px;
	z-index: 5;
	position: relative;
	margin-left: 450px;
	opacity: 1;
	top: -133px;
	filter: alpha(opacity=1);
}
/* JQ text*/

.Banner_text1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 32px;
	text-align: left;
	font-weight: bold;
	position: relative;
	top: -114px;
	left: -282px;
	opacity: 0;
}
.Banner_text2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 32px;
	text-align: right;
	font-weight: bold;
	position: relative;
	top: -208px;
	right: 70px;
	opacity: 0;
}
