/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

html, body, p {
     border: 0 none;
     margin: 0;
	 padding:0;
     outline-style: none;
     outline-width: 0;
     vertical-align: baseline;
	 font-size: 12px;
}
/*--------------------------------------------
container2
--------------------------------------------*/
div#container2 {
     width: 100%;
     margin: 0 auto;
     overflow: hidden;
}
div.examples_body {
     max-width: 1200px;
	 margin: 60px auto 0 auto;
	 clear: both;
	 overflow: hidden;
	 position: relative;
	
}


/* The main banner02 unordered list */
.banner02Holder {font-family: "Î¢ÈíÑÅºÚ";
     max-width: 1120px;
	 margin: 20px 0 15px 0;
	 padding: 20px 10px 20px 10px;
	 background-color: #f7f7f7;
	 border: 1px solid #eee;
	 overflow: hidden;

	/* CSS3 rounded corners */
	 -moz-border-radius:12px;
	 -webkit-border-radius:12px;
	 border-radius:12px;
}

/* Hiding the bullets of the li elements: */
.banner02Holder li {
	 list-style: none;
	 display: inline;
}

/* The banner02 divs */
.banner02 {
     max-width: 200px;
	 min-height: 300px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
	 margin: 0 10px
}

/* The banner02 divs */
.banner02 img {
	 display: block;
	 border: none;
}

/* The dark animated divs */
.banner02 div {
	 position: absolute;
	 z-index: 100;
	 background-color: #222;
	 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 banner02 area: */
.banner02 .cornerTL { left:-33px; top:-33px; }
.banner02 .cornerTR { right:-33px; top:-33px; }
.banner02 .cornerBL { left:-33px; bottom:-33px; }
.banner02 .cornerBR { right:-33px; bottom:-33px; }

/* The "Visit Company" text */
.banner02 p {
     width: 100%;
	 left: 0;
	 top: 87px;
	 z-index: 200;
	 position: absolute;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 color: #FFF;
	 font-size: 16px;
	 text-align: center;
	 cursor: pointer;
	 display: none;	/* hidden by default */
}