/*--------------------------------------------
container
--------------------------------------------*/


/* Hiding the bullets of the li elements: */
.bannerHolder li {
	 list-style: none;
	 display: inline;
	 float:none;
	 margin:0px;
}

/* The banner divs */
.banner {
     width: 190px;
	 height:190px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
}
.examples_body{width:390px;}
#banner3 {margin-right:10px;}
#banner{margin-right:10px;margin-bottom:10px;}
/* The banner divs */
.banner img {
	 display: block;
	 border: none;
}

/* The dark animated divs */
.banner div {
	 position: absolute;
	 z-index: 100;
	 background-color: #f26f21;
	 width: 60px;
	 height: 60px;
	 cursor: pointer;

	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	 -moz-border-radius:100px;
	 -webkit-border-radius:100px;
	 border-radius:100px;
}
#banner2 div {
	 position: absolute;
	 z-index: 100;
	 background-color: #f26f21;
	 width: 60px;
	 height: 60px;
	 cursor: pointer;

	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	 -moz-border-radius:100px;
	 -webkit-border-radius:100px;
	 border-radius:100px;
}
#banner3 div {
	 position: absolute;
	 z-index: 100;
	 background-color: #f26f21;
	 width: 60px;
	 height: 60px;
	 cursor: pointer;

	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	 -moz-border-radius:100px;
	 -webkit-border-radius:100px;
	 border-radius:100px;
}
#banner4 div {
	 position: absolute;
	 z-index: 100;
	 background-color: #f26f21;
	 width: 60px;
	 height: 60px;
	 cursor: pointer;

	/*	Setting a really big value for border-radius
		will make the divs perfect circles */
	 -moz-border-radius:100px;
	 -webkit-border-radius:100px;
	 border-radius:100px;
}

/*	Positioning the animated divs outside the
	corners of the visible banner area: */
.banner .cornerTL { left:-63px; top:-63px; }
.banner .cornerTR { right:-63px; top:-63px; }
.banner .cornerBL { left:-63px; bottom:-63px; }
.banner .cornerBR { right:-63px; bottom:-63px; }

/* The "Visit Company" text */
.banner p {
     width: 100%;
	 left: 0px;
	 top: 0px;
	 z-index: 200;
	 position: absolute;
	 font-family: "΢���ź�";
	 font-weight:bold;
	 color: #FFF;
	 line-height:51px;
	 font-size: 14px;
	 text-align: center;
	 cursor: pointer;
	 display: none;	/* hidden by default */
}
.companyInfo{
width:190px;
height:190px;
padding-top:0px;
margin-top:0px;
background:url(/img/xt011.png) no-repeat 0 0;
background-position:center top;

}