
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: 100%;
     margin: 0 auto;
     overflow: hidden;
}
div.examples_body {
     width: 960px;
	 margin: 10px auto 0 auto;
	 clear: both;
	 overflow: hidden;
	 position: relative;
}


/* The main banners unordered list */
.bannerssHolder {
     width: 960px;
	 padding: 20px 10px 20px 10px;
	 overflow: hidden;

	/* CSS3 rounded corners */
	 -moz-border-radius:12px;
	 -webkit-border-radius:12px;
	 border-radius:12px;
}

/* Hiding the bullets of the li elements: */
.bannersHolder li {
	 list-style: none;
	 display: inline;
}

/* The banners divs */
.banners {
     width: 280px;
	 height: 188px;
	 position: relative;
	 overflow: hidden;
	 float: left;
	 display: inline;
}

/* The banners divs */
.banners img {
	 display: block;
	 border: none;
	 border:1px #CCC solid;
}

/* The dark animated divs */
.banners 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:250px;
	 -webkit-border-radius:250px;
	 border-radius:250px;
}

/*	Positioning the animated divs outside the
	corners of the visible banners area: */
.banners .cornerTL { left:-47px; top:-50px; }
.banners .cornerTR { right:-47px; top:-50px; }
.banners .cornerBL { left:-47px; bottom:-50px; }
.banners .cornerBR { right:-47px; bottom:-50px; }

/* The "Visit Company" text */
.banners p {
     width: 100%;
	 left: 0;
	 top: 80px;
	 z-index: 200;
	 position: absolute;
	 font-family: "Î¢ÈíÑÅºÚ";
	 color: #FFF;
	 font-size: 18px;
	 text-align: center;
	 cursor: pointer;
	 display: none;	/* hidden by default */
}