/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

/* The banner divs */
.banner1 {
     width: 280px;
	 height: 220px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
	 margin: 0;
}

/* The banner divs */
.banner1 img {
	 display: block;
	 border: none;
}

/* The dark animated divs */
.banner1 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 banner area: */
.banner1 .cornerTL { left:-63px; top:-63px; }
.banner1 .cornerTR { right:-63px; top:-63px; }
.banner1 .cornerBL { left:-63px; bottom:-63px; }
.banner1 .cornerBR { right:-63px; bottom:-63px; }

/* The "Visit Company" text */
.banner1 p {
     width: 100%;
	 left: 0;
	 top: 90px;
	 z-index: 200;
	 position: absolute;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 color: #FFF;
	 font-size: 18px;
	 text-align: center;
	 cursor: pointer;
	 display: none;	
	 font-weight:bold;
	 /* hidden by default */
}