/* 懒人图库 搜集整理 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;
}*/
/*--------------------------------------------
container
--------------------------------------------*/
div#container {
     width: 1260px;
     margin: 0 auto;
     overflow: hidden;
     position:relative;
     border: 1px solid #ff0000;
}
div.examples_body {
     width: 1260px;
	 margin: 0 auto 0 auto;
	 clear: both;
	 overflow: hidden;
	 position: relative;
}


/* The main banner unordered list */
.bannerHolder {
     width: 1230px;
	 margin: 20px 0 15px 0;
	 padding: 20px 5px 20px 5px;
	 background-color: #f7f7f7;
	 border: 1px solid #eee;
	 overflow: hidden;position: 

	 -moz-border-radius:12px;
	 -webkit-border-radius:12px;
	 border-radius:12px;
}

/* Hiding the bullets of the li elements: */
.bannerHolder li {
	 list-style: none;
	 display: inline;relative;
}

/* The banner divs */
.banner {
     width: 287px;
	 height: 287px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
	 margin: 0 10px
}

/* The banner divs */
.banner img {
	 display: block;
	 border: 1px solid #16854a;
}

/* The dark animated divs 黑暗的动画申报单*/
.banner div {
	 position: absolute;
	 z-index: 100;
	 background-color: #16854a;
	 width: 140px;
	 height: 140px;
	 cursor: pointer;

	/*	Setting a really big value for border-radius
		will make the divs perfect circles 为border-radius设置一个非常大的值,将使div成为完美的圆圈*/
	 -moz-border-radius:200px;
	 -webkit-border-radius:200px;
	 border-radius:200px;
}

/*	Positioning the animated divs outside the
	corners of the visible banner area: */
.banner .cornerTL { left:-143px; top:-143px; }
.banner .cornerTR { right:-143px; top:-143px; }
.banner .cornerBL { left:-143px; bottom:-143px; }
.banner .cornerBR { right:-143px; bottom:-143px; }

/* The "Visit Company" text */
.banner p {
     width: 100%;
	 left: 0;
	 top: 100px;
	 z-index: 200;
	 position: absolute;
	 font-family: "微软雅黑";
	 line-height: 30px;
	 color: #fff;
	 font-size: 20px;
	 text-align: center;
	 cursor: pointer;
	 display: none;	/* hidden by default */
}